summaryrefslogtreecommitdiff
path: root/pcap-namedb.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a cautionary note to OS vendors here as well.guy2006-10-041-1/+4
|
* Put the public libpcap headers into a pcap subdirectory in both theguy2006-10-041-53/+3
| | | | | | | | source directory and the target include directory, and have include files at the top-level directory to include those headers, for backwards compatibility. Update the FILES and INSTALL.txt files to reflect current reality.
* From Patrick Marie <mycroft@virgaria.org>: add support for port rangesguy2005-04-191-1/+2
| | | | | | | | in tests - "portrange X-Y" matches all ports in the range [X,Y]. Support added for port ranges with IPv6. Fix some comments.
* For "ether proto", allow LLC value names as well as Ethernet type valueguy2005-03-171-1/+2
| | | | | names, so that, as the tcpdump man page claims to be the case, "ether proto \{iso,stp,ipx,netbeui}" are equivalent to "{iso,stp,ipx,netbeui}".
* From Gisle Vanem: fix the include-only-once #define's name.guy2004-12-191-3/+3
|
* Pick up, from the FreeBSD libpcap, changes to surround all declarations withguy2000-07-291-1/+9
| | | | | | | | | | | | | | | #ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endif so that C++ code can include these header files and correctly call the C-language routines they declare.
* revert renaming of pcap_nametoaddrinfo to pcap_nametoaddr. this getsitojun2000-04-271-4/+3
| | | | | | painful when upgrading old libpcap to tcpdump.org pcap (function rename usually requires shlib major number bump, while api addition only require minor)
* IPv6 packet filtering code.itojun1999-10-191-1/+5
| | | | | | | | | | ./configure --enable-ipv6 (requires getaddrinfo(3) and getnameinfo(3)). TODO: make it work even without getaddrinfo(3) or getnameinfo(3) (or, tcpdump/configure.in should provide alternative version by AC_REPLACE_FUNCS) TODO: make IPv6 filtering code work by default TODO: make "protochain" friendly with optimization
* Initial revisionmcr1999-10-071-0/+76