| Commit message (Expand) | Author | Age | Files | Lines |
* | From Max Laier: check whether the system has <net/pfvar.h> and: | guy | 2007-09-12 | 1 | -2/+2 |
* | add support for FRF.16 Multilink Frame-Relay (DLT_MFR) | hannes | 2006-02-01 | 1 | -1/+4 |
* | add support for DLT_JUNIPER{PPP,ETHER,FRELAY,CHDLC} printers | hannes | 2005-08-23 | 1 | -1/+13 |
* | Add a flag to suppress the "default_print()" call made in various | guy | 2005-07-07 | 1 | -1/+4 |
* | Have "ascii_print()" do the "-A" output, and nothing but the "-A" | guy | 2005-07-06 | 1 | -13/+29 |
* | undo incorrect changes to tcpdump.c | mcr | 2005-07-05 | 1 | -2/+2 |
* | final changes to 3.9.1 | mcr | 2005-07-05 | 1 | -2/+2 |
* | Use pcap_dump_ftell() rather than casting a pcap_dumper_t * to a FILE * | guy | 2005-06-03 | 1 | -2/+2 |
* | add basic support for DLT_JUNIPER_{GGSN,ES,MONITOR,SERVICES}, better boundary... | hannes | 2005-05-23 | 1 | -1/+13 |
* | Get rid of duplicate DLT_JUNIPER_PPPOE entry. | guy | 2005-05-19 | 1 | -4/+1 |
* | add support for DLT_JUNIPER_PPPOE_ATM printer | hannes | 2005-05-12 | 1 | -1/+7 |
* | add support for DLT_JUNIPER_PPPOE, fix zero-length cookies | hannes | 2005-05-03 | 1 | -1/+4 |
* | refactor the juniper_parse header printer, add juniper FRF.16 dissector | hannes | 2005-04-20 | 1 | -1/+4 |
* | add support for Juniper ML-PPP DLT for printing captures | hannes | 2005-01-27 | 1 | -1/+4 |
* | add support for printing Multi-Link Frame Relay | hannes | 2005-01-27 | 1 | -1/+4 |
* | There isn't a "default_print_unaligned" routine, so there's no need for | guy | 2004-12-23 | 1 | -3/+11 |
* | If libpcap is configured with --enable-optimizer-dbg, it expects dflag | guy | 2004-11-07 | 1 | -2/+3 |
* | add support for dissecting DLT_JUNIPER_ATM1 (137) and DLT_JUNIPER_ATM2 (135) | hannes | 2004-10-19 | 1 | -1/+7 |
* | From Sebastien Vincent <svincent@idems.fr>: fix the handling of "-x" and | guy | 2004-09-04 | 1 | -5/+23 |
* | add ppp support for DLT_PPP_WITHDIRECTION; print direction (hidden under eflag) | hannes | 2004-08-18 | 1 | -1/+4 |
* | Get rid of a stray semicolon. | guy | 2004-07-21 | 1 | -4/+4 |
* | Catch invalid "-t" counts. | guy | 2004-06-15 | 1 | -3/+12 |
* | Make "tflag" count the number of "-t"s, to make it more obvious what | guy | 2004-06-15 | 1 | -4/+8 |
* | From Raphael Raimbault <raphael.raimbault@netasq.com>: "-tttt" requires | guy | 2004-06-15 | 1 | -2/+2 |
* | On most UN*Xes, "uid_t" and "gid_t" are unsigned, and, on some | guy | 2004-04-07 | 1 | -8/+14 |
* | Fixed a bug that caused "windump" with no parameters not to display the | risso | 2004-04-06 | 1 | -8/+9 |
* | print-esp has been "NDO"-ized. | mcr | 2004-04-05 | 1 | -5/+46 |
* | update changes file | mcr | 2004-03-30 | 1 | -43/+39 |
* | Use right prereqs for <netinet/if_ether.h> to avoid "autoconf bug!" | fenner | 2004-03-23 | 1 | -1/+7 |
* | From Bruce M. Simpson: add a "-M" flag to specify a shared secret for | guy | 2004-03-23 | 1 | -4/+13 |
* | Exclude droproot from Win32, since it's not used and it prevents the compilat... | risso | 2004-03-19 | 1 | -1/+5 |
* | Add support for Apple's IP-over-IEEE 1394 encapsulation. | guy | 2004-03-17 | 1 | -1/+4 |
* | Add support for DLT_ value 99, as used by the Axent Raptor | guy | 2004-03-11 | 1 | -1/+4 |
* | from Pekka Savola <pekkas@netcore.fi>: | hannes | 2004-02-26 | 1 | -3/+5 |
* | from Pekka Savola <pekkas@netcore.fi>: | hannes | 2004-02-25 | 1 | -8/+28 |
* | from Pekka Savola <pekkas@netcore.fi>: | hannes | 2004-02-24 | 1 | -30/+28 |
* | "dflag" is exported to libpcap if libpcap is compiled with BDEBUG, so we | guy | 2004-01-31 | 1 | -2/+2 |
* | Fix the usage message (add entry for "-W", and word-wrap at 80 | guy | 2004-01-26 | 1 | -2/+4 |
* | From Chris Cogdon <chris@cogdon.org>: | guy | 2004-01-26 | 1 | -44/+75 |
* | from Pekka Savola <pekkas@netcore.fi>: | hannes | 2004-01-22 | 1 | -1/+11 |
* | from Pekka Savola <pekkas@netcore.fi>: | hannes | 2004-01-22 | 1 | -5/+50 |
* | From Gisle Vanem: fix a comment. | guy | 2004-01-15 | 1 | -2/+2 |
* | From Gisle Vanem: | guy | 2004-01-15 | 1 | -1/+63 |
* | From Gisle Vanem: fix the "-m" case in the argument processing not to | guy | 2004-01-14 | 1 | -1/+2 |
* | clean up the default_print() related functions: | hannes | 2003-12-29 | 1 | -30/+4 |
* | From George Bakos: send the "reading from" messages to stderr, not | guy | 2003-12-18 | 1 | -3/+4 |
* | Print both the name and the description of a link-layer type (the name | guy | 2003-11-18 | 1 | -10/+19 |
* | In MSVC++'s C library, _IOLBF is the same as _IOFBF; use _IONBF instead. | guy | 2003-11-18 | 1 | -2/+15 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -7/+7 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -7/+7 |