summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* in tcpdump a length field has the semantics of a 'total length field'tcpdump_3_9rel8tcpdump-3.9.8hannes2007-09-211-2/+2
* From Victor Oppleman: add support for RFC 1393 traceroute.guy2007-09-143-2/+5
* From Christian Sievers: add support for TFTP option acknowledgementsguy2007-09-146-10/+102
* From pfhunt on SourceForge:guy2007-09-142-2/+3
* Propagateguy2007-09-141-3/+3
* Fixed a compilation problem: getnameinfo() was not linked.gianluca2007-09-131-0/+1
* From Chris Larson: don't cut off the last byte of the chunk payload.guy2007-09-132-2/+4
* Removed print-pflog.c from the sources.gianluca2007-09-132-5/+0
* Completely remove that unused "structure".guy2007-09-131-6/+1
* Commented out a 0-length structure that is not used.gianluca2007-09-131-1/+3
* Don't declare variables in the middle of a block of code; in C89, that'sguy2007-09-131-3/+3
* Added an #ifndef WIN32 to exclude an #include directive under VC6.gianluca2007-09-131-1/+6
* IKEv2 is in HEAD only, not 3.9 branchken2007-09-131-2/+1
* Update with todays patchesken2007-09-121-1/+3
* From Max Laier: check whether the system has <net/pfvar.h> and:guy2007-09-1210-5431/+5286
* Prep for 3.9.8 releaseken2007-09-102-3/+16
* From Francois-Xavier Le Bail: decode DCHP option 249 (Microsoft'sguy2007-08-212-2/+5
* From Francois-Xavier Le Bail: suport for the DHCP Classless Static Routeguy2007-07-242-74/+162
* releasetar target fixed up.tcpdump_3_9rel7tcpdump-3.9.7mcr2007-07-241-13/+4
* updated changelog for 3.9.7.mcr2007-07-241-1/+16
* Handle the padding that Atheros adapters helpfully introduce between theguy2007-07-221-8/+21
* Handle 802.11 frames with QoS data.guy2007-07-221-18/+24
* Don't attempt to dissect the payload of a no-data frame.guy2007-07-222-10/+30
* In print_data(), check each byte to make sure we haven't gone past theguy2007-07-151-1/+7
* Fix message printed for bad andX offset to correctly describe theguy2007-07-141-2/+2
* Fix problem found by the folks at www.digit-labs.org. Process all theguy2007-07-141-9/+40
* Properly check for a bogus andX offset - it has to move forward, notguy2007-07-141-2/+2
* updated version for next timemcr2007-07-051-1/+1
* Print unsigned values as such. Rename a variable to correspond to whatguy2007-06-151-14/+14
* Some systems with BPF have a cloning device; on those systems, you justguy2007-06-151-2/+5
* Many UN*Xes come with libpcap, so you might not have to installguy2007-06-151-14/+15
* Pick up from NetBSD a change to squelch a "should not happen"guy2007-06-151-1/+4
* Pick up from NetBSD a change to use a maximum string length on the scanfguy2007-06-151-3/+6
* Propagate from the main branchguy2007-06-151-2/+28
* Pick up MSG_DENIED response dissection from NetBSD; don't interpret theguy2007-06-151-8/+82
* Prep for 3.9.6 releaseken2007-04-231-1/+31
* add support for the olsr protocol as per rfc3626 plus the LQ extensions from ...hannes2007-03-288-5/+416
* Bugfix from Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-181-3/+3
* From From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-03-091-3/+9
* From Swaminathan Chandrasekaran <chander@juniper.net>:hannes2007-03-082-6/+165
* minor typo: should be SPT instead of STPhannes2007-03-071-3/+3
* bugfix: root-pathcost is not a time-quantityhannes2007-03-071-2/+2
* From Hannes Gredler <hannes@juniper.net>:hannes2007-03-061-57/+156
* bugfix: the Multi-topology header is just at the beginning of the TLV and not...hannes2007-03-021-13/+15
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-02-261-3/+126
* move AF specific stuff into dedicated filehannes2007-02-269-92/+148
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-02-261-2/+62
* bugfix rom Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-02-261-5/+5
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-02-261-1/+27
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-02-231-5/+7