]> The Tcpdump Group git mirrors - tcpdump/history - tcpdump.c
From Peter Fales <[email protected]>: add support for
[tcpdump] / tcpdump.c
2003-01-23  guyFrom Peter Fales <[email protected]>: add support for
2003-01-16  guyFix the usage message - don't mention "-y" twice.
2003-01-08  guyDon't print the "verbose output suppressed" message...
2003-01-07  hannesdon't forget to display the program name
2003-01-07  hannescheck vflag before displaying the little help string
2003-01-07  hannesbe a bit more verbose what we are doing:
2002-12-22  guyFrom Gisle Vanem: use the right #define when checking...
2002-12-22  guyFrom Andrew Brown <[email protected]>: add a "-U"...
2002-12-19  guyHoist a bunch of stuff that should be done by all if_pr...
2002-12-19  guyNetBSD support for multiple data link types on an inter...
2002-12-19  guyProperly document "-X" - it turns on "-x" for you.
2002-12-18  guyAdd a new routine "default_print_packet()", which takes...
2002-12-12  guyAdd support for DLT_PRISM and DLT_IEEE802_11_RADIO.
2002-11-11  guyOn systems with SIGINFO support, make it work when...
2002-10-18  guyAdd support for RFC 2625 IP-over-Fibre Channel.
2002-09-05  guyGet rid of the "-Wno-unused" flag, and fix up most...
2002-09-05  guyCheck for "pcap_version" in libpcap in the configure...
2002-08-09  rissoRemoved from the Win32 code a conversion from ASCII...
2002-08-06  guyPut support for "-A" back into the getopt argument...
2002-08-03  guyDon't mention "-D" in the help message, or support...
2002-08-03  guyCheck for "pcap_findalldevs()" in libpcap in the config...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-07-11  guyAdd SunATM support, based on code from Yen Yen Lim...
2002-07-11  guyFrom Paul S. Traina: FreeBSD's Frame Relay printer.
2002-06-11  itojunwhitespace cleanup
2002-05-16  guyFrom Phil Wood <[email protected]>: if we're exiting due...
2002-04-24  guy"-A" flag to print packet data in ASCII, from Jørgen...
2002-02-05  guyInclude code to handle OpenBSD DLT_PFLOG files, based...
2001-12-22  guyIf a capture to a file, with the "-c" flag specified...
2001-11-15  itojundie if malloc fails
2001-10-27  guyAdd the "-C" and "-E" flags to the usage message.
2001-10-03  guyWhen rotating to a new capture file, check to make...
2001-10-03  guyUse "dump_and_trunc()" only if the "-C" flag was specif...
2001-10-03  guyMove the code to handle the "-C" flag into "tcpdump...
2001-10-01  mcr added -C option to rotate save file every optarg ...
2001-07-04  fennerAdd SIGINFO handler from LBL
2001-06-24  itojunexit value field has to be positive. from netbsd ...
2001-06-20  guyAdd support for NetBSD DLT_PPP_ETHER; adapted from...
2001-06-18  guySupport for LocalTalk hardware, from Uns Lider <unslide...
2001-06-12  guyIEEE 802.11 support, from Charlie Lenahan <clenahan...
2001-04-30  fennerPrint a warning if pcap_open_live modifies ebuf.
2001-04-17  guyARCNet support, from NetBSD.
2001-03-11  guyTreat NetBSD's DLT_HDLC as Cisco HDLC, as that's what...
2000-12-21  guyAdd support for a new link layer type DLT_LINUX_SLL...
2000-12-16  guyHandle DLT_NULL correctly - the AF_ value is in host...
2000-12-09  fennerAllow tcpdump to work with earlier libpcaps.
2000-10-12  guyGet rid of the PCAP_ENCAP_ values - if an application...
2000-09-29  guyGet rid of includes of <netinet/in_systm.h>, and replac...
2000-09-23  guyAdd an "ip.h" header, to declare the IP stuff needed...
2000-09-18  guyAdd support for NetBSD DLT_PPP_SERIAL (PPP in HDLC...
2000-09-17  guyUse the new PCAP_ENCAP_ codes rather than the correspon...
2000-07-25  guyAdd a token-ring link-layer dissector, made by merging...
2000-07-11  assarremove gnuc.h and __dead
2000-06-18  assar(bpf_dump): remove prorotype (now in interface.h)
2000-06-01  assaradd `-u'
2000-04-27  itojunstyle
2000-04-27  itojunadd cisco NetFlow support from OpenBSD.
2000-04-21  assarmake `-s 0' mean try to use the maximum required snaple...
2000-01-29  fennerAlphabetize getopt flag list.
2000-01-17  itojuns/sprintf/snprintf/.
2000-01-15  itojunremove any of references to "ahsecret" (which is never...
2000-01-15  mcr switch to HAVE_LIBCRYPTO
1999-12-29  mcrThe patch now makes sure that libsmi is only enabled
1999-12-22  itojunadd print-ascii.c and print-telnet.c from netbsd.
1999-12-22  itojun* print-rt6.c: make IPv6 routing header printing work...
1999-12-13  mcr From: Juergen Schoenwaelder <[email protected]>
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-11-21  assaradd lane and cip printing
1999-10-30  itojun- enable build outside of the tree
1999-10-30  itojunBring in KAME IPv6 tcpdump. replaces esp/ah/isakmp...
1999-10-17  mcr ASCII patches for tcpdump.
1999-10-17  mcr patches to help build on Linux 2.2
1999-10-07  mcrInitial revision