summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* From Max Laier: check whether the system has <net/pfvar.h> and:guy2007-09-121-2/+2
* add support for FRF.16 Multilink Frame-Relay (DLT_MFR)hannes2006-02-011-1/+4
* add support for DLT_JUNIPER{PPP,ETHER,FRELAY,CHDLC} printershannes2005-08-231-1/+13
* Add a flag to suppress the "default_print()" call made in variousguy2005-07-071-1/+4
* Have "ascii_print()" do the "-A" output, and nothing but the "-A"guy2005-07-061-13/+29
* undo incorrect changes to tcpdump.cmcr2005-07-051-2/+2
* final changes to 3.9.1mcr2005-07-051-2/+2
* Use pcap_dump_ftell() rather than casting a pcap_dumper_t * to a FILE *guy2005-06-031-2/+2
* add basic support for DLT_JUNIPER_{GGSN,ES,MONITOR,SERVICES}, better boundary...hannes2005-05-231-1/+13
* Get rid of duplicate DLT_JUNIPER_PPPOE entry.guy2005-05-191-4/+1
* add support for DLT_JUNIPER_PPPOE_ATM printerhannes2005-05-121-1/+7
* add support for DLT_JUNIPER_PPPOE, fix zero-length cookieshannes2005-05-031-1/+4
* refactor the juniper_parse header printer, add juniper FRF.16 dissectorhannes2005-04-201-1/+4
* add support for Juniper ML-PPP DLT for printing captureshannes2005-01-271-1/+4
* add support for printing Multi-Link Frame Relayhannes2005-01-271-1/+4
* There isn't a "default_print_unaligned" routine, so there's no need forguy2004-12-231-3/+11
* If libpcap is configured with --enable-optimizer-dbg, it expects dflagguy2004-11-071-2/+3
* add support for dissecting DLT_JUNIPER_ATM1 (137) and DLT_JUNIPER_ATM2 (135)hannes2004-10-191-1/+7
* From Sebastien Vincent <svincent@idems.fr>: fix the handling of "-x" andguy2004-09-041-5/+23
* add ppp support for DLT_PPP_WITHDIRECTION; print direction (hidden under eflag)hannes2004-08-181-1/+4
* Get rid of a stray semicolon.guy2004-07-211-4/+4
* Catch invalid "-t" counts.guy2004-06-151-3/+12
* Make "tflag" count the number of "-t"s, to make it more obvious whatguy2004-06-151-4/+8
* From Raphael Raimbault <raphael.raimbault@netasq.com>: "-tttt" requiresguy2004-06-151-2/+2
* On most UN*Xes, "uid_t" and "gid_t" are unsigned, and, on someguy2004-04-071-8/+14
* Fixed a bug that caused "windump" with no parameters not to display therisso2004-04-061-8/+9
* print-esp has been "NDO"-ized.mcr2004-04-051-5/+46
* update changes filemcr2004-03-301-43/+39
* Use right prereqs for <netinet/if_ether.h> to avoid "autoconf bug!"fenner2004-03-231-1/+7
* From Bruce M. Simpson: add a "-M" flag to specify a shared secret forguy2004-03-231-4/+13
* Exclude droproot from Win32, since it's not used and it prevents the compilat...risso2004-03-191-1/+5
* Add support for Apple's IP-over-IEEE 1394 encapsulation.guy2004-03-171-1/+4
* Add support for DLT_ value 99, as used by the Axent Raptorguy2004-03-111-1/+4
* from Pekka Savola <pekkas@netcore.fi>:hannes2004-02-261-3/+5
* from Pekka Savola <pekkas@netcore.fi>:hannes2004-02-251-8/+28
* from Pekka Savola <pekkas@netcore.fi>:hannes2004-02-241-30/+28
* "dflag" is exported to libpcap if libpcap is compiled with BDEBUG, so weguy2004-01-311-2/+2
* Fix the usage message (add entry for "-W", and word-wrap at 80guy2004-01-261-2/+4
* From Chris Cogdon <chris@cogdon.org>:guy2004-01-261-44/+75
* from Pekka Savola <pekkas@netcore.fi>:hannes2004-01-221-1/+11
* from Pekka Savola <pekkas@netcore.fi>:hannes2004-01-221-5/+50
* From Gisle Vanem: fix a comment.guy2004-01-151-2/+2
* From Gisle Vanem:guy2004-01-151-1/+63
* From Gisle Vanem: fix the "-m" case in the argument processing not toguy2004-01-141-1/+2
* clean up the default_print() related functions:hannes2003-12-291-30/+4
* From George Bakos: send the "reading from" messages to stderr, notguy2003-12-181-3/+4
* Print both the name and the description of a link-layer type (the nameguy2003-11-181-10/+19
* In MSVC++'s C library, _IOLBF is the same as _IOFBF; use _IONBF instead.guy2003-11-181-2/+15
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-7/+7
* From Neil Spring:guy2003-11-151-7/+7