Put the "-s" option in the SYNOPSIS section.
[obnox/wireshark/wip.git] / wiretap /
2002-01-15 guyFrom Marc Milgram: fix to allow VMS TCPIPtrace files...
2002-01-11 guyOh, what the heck, write out FDDI and bit-swapped FDDI...
2002-01-09 gramProvide a --disable-usr-local flag to configure so...
2002-01-08 guyFrom Marc Milgram: all packets in DBS Etherwatch and...
2001-12-24 geraldVMS TCPIPtrace efficiency improvments, from Marc Milgram.
2001-12-17 guyFrom Irfan Khan: fix a couple of bugs in the pppdump...
2001-12-13 gramGet rid of newly-introduced signed/unsigned comparison...
2001-12-13 gramDon't leak memory when closing a pppdump trace file.
2001-12-12 guyFrom Motonori Shindo:
2001-12-08 guyFix white space.
2001-12-07 guyUse "-no-cpp-precomp" rather than "-traditional-cpp...
2001-12-06 guyFrom Motonori Shindo: get rid of "send output to /dev...
2001-12-05 guyUpdate Gilbert's e-mail address.
2001-12-05 guyThe data structure for per-packet headers for Mac V5...
2001-12-04 guyIn the NetMon capture file reading code, if we get...
2001-12-04 guySupport for reading Visual Networks traffic capture...
2001-12-04 guyFrom Motonori Shindo: fix Ascend/Lucent trace reading...
2001-12-04 guyMake the bytes-written information from Wiretap a long...
2001-12-04 guySupport for stopping capture at specified capture file...
2001-11-30 guyAdd support for LocalTalk Link Access Protocol.
2001-11-28 guySupport for 802.11+Prism II monitor-mode link-layer...
2001-11-14 guyBack the previous hack out - the padding is often zero...
2001-11-14 guyThrow in a hack to try to detect FDDI captures from...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-11-09 guyWrap calls to "pcap_datalink()" in a routine that attem...
2001-11-07 guyExpand on the comments about AIX libpcap.
2001-11-06 guyAdd in some heuristics to try to detect AIX libpcap...
2001-11-02 gramSupport DLT_CISCO_IOS.
2001-10-28 guyInclude <unistd.h>, if we have it, to declare "unlink()".
2001-10-25 gramInterface type 0x07 is Ethernet.
2001-10-25 gramGet rid of signed/unsigned comparison warnings in wiretap.
2001-10-19 guyDBS Etherwatch wiretap module, from Marc Milgram.
2001-10-18 guyVMS TCPIPtrace wiretap module, from Marc Milgram.
2001-10-16 guyDon't create a Wiretap dump file unless we're at least...
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-09-28 guyWe have our own internal versions of "gzgets()" and...
2001-09-23 guyUpdate the URL for ATM-on-Linux.
2001-09-20 ashoknRemoved the dependency on gzgetc and gzgets by implemen...
2001-08-25 guyThe return value from "fwrite()" is a "size_t"; make...
2001-08-25 guySigh. Shomiti apparently didn't know that the RFC...
2001-08-20 gramUse system's version of AM_PATH_GLIB macro.
2001-08-18 guyIf there's no "zlib.h" header, we won't be using zlib...
2001-07-27 guyFix AC_ETHEREAL_PCAP_CHECK so that, if a directory...
2001-07-26 guyMacOS support changes, from Michael Tuexen (with some...
2001-07-15 guyFixes, from Scott Renfro, for some calls to "localtime...
2001-07-13 guyFrom Joerg Mayer:
2001-07-06 guyRemove a comment that no longer applies - we no longer...
2001-07-05 guy"wtap_file()" is no longer in Wiretap, so don't try...
2001-07-05 guy"open_cap_file()" in Ethereal and Tethereal don't use...
2001-06-27 guyReplace "--enable-pcap" with "--with-pcap", and if...
2001-05-09 guyPatch from Chris Jepeway to use, in NetXRay 2.x capture...
2001-04-18 gramDistribute wtap.def
2001-04-18 gram#define YY_NEVER_INTERACTIVE to avoid reference to...
2001-04-17 guyAs of GLib 1.2.9, you won't automatically get "-I/usr...
2001-04-17 guyFix the e-mail address for Joerg Mayer (and remove...
2001-04-16 guyGCC 2.95.1 on SPARC/Solaris, at least, is clever enough...
2001-04-16 guyThe "data" member of a Buffer structure is a "u_char...
2001-04-12 gramImprovement of 'make clean' targets.
2001-04-09 geraldAdd support for "version 7" wandess output. Actually...
2001-04-06 gramBuild with zlib.
2001-04-05 gramUse sed in the Win32 build to place the version in...
2001-03-23 guyBack out the guint64 stuff - it's not clear it's the...
2001-03-23 gramThe Win32 build builds wiretap as a DLL and requires...
2001-03-15 guyAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-03-11 guyHandle NetBSD Cisco HDLC as PPP, for now.
2001-03-10 guyObliging every capture file reader's "open()" routine...
2001-03-09 guyClose the random stream, not just the sequential stream...
2001-03-09 guyInclude "etherpeek.h", which declares routines we defin...
2001-02-22 guyEtherpeek version 5, 6, and 7 support, from Daniel...
2001-02-14 guySigh. Microsoft Visual C++ 6.0 won't convert a "guint6...
2001-02-13 guyYou have to define "htolell()" on little-endian platfor...
2001-02-13 guyChanges from Chris Jepeway to
2001-01-27 guy"autoheader" recognizes AC_CHECK_HEADERS as a macro...
2001-01-25 guyFinish up support for writing NetMon 2.x capture files.
2001-01-17 guyUpdate a comment to reflect reality (we no longer skip...
2001-01-17 jfosterFixed potential buffer overflow in skip_header_records...
2001-01-16 guyUpdate a comment to reflect reality (we no longer skip...
2001-01-16 jfosterMoved settingg wth->file_encap from sniffer_encap to...
2001-01-16 guyCode to get a putative network subtype from a type...
2001-01-10 guyFix up Gerald's e-mail address to be his "ethereal...
2001-01-08 guyCode to handle Frame Relay Sniffer captures, from Jeff...
2000-12-23 guyAdd support for the DLT_LINUX_SLL capture type in the...
2000-12-09 gramFix for pppdump buffer-overflow check.
2000-11-29 guyCatch Sniffer packets where the record length for a...
2000-11-22 guyGenerated Bison and Flex files test whether __STDC__...
2000-11-22 gramChange Ethereal homepage URL from etheral.zing.org...
2000-11-19 geraldAdd an overflow check to process_data().
2000-11-19 guy"wtap_read()" must *always* set "*err" when it returns...
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-11-15 guyIEEE 802.11 support, from Johan Jorgensen of Axis Commu...
2000-11-13 oabadSupport for the BASE100 and GSC100BT subsystems by...
2000-11-13 oabadImprove the detection of the encapsulation used in...
2000-11-12 guy"wtap_loop()" no longer has problems with packet offset...
2000-11-12 guyNot all packets in a "wdd" dump necessarily have a...
2000-11-11 guyWe have to set "x25.flags" in the Wiretap pseudo-header...
2000-11-11 guyIn "wdd" captures:
2000-11-11 guyAdd some comments, and fix one comment.
2000-10-17 geraldAdd initial support for "type 12" frames. I have no...
2000-10-17 guyDo checks for platform-specific compiler flags in the...
2000-10-17 guyWiretap no longer works with "GLib 1.0[.x]" (the versio...
next