Give "dissect_rpc_string()" an extra "char **" argument; if it's
[obnox/wireshark/wip.git] / wiretap /
2000-01-20 oabadThe headers of HP-UX 9.04 and HP-UX 10.20 nettl files...
2000-01-15 gramMerge in the final code to make Ethereal run on Win32...
2000-01-13 guyAdd "file_wrappers.c" to the list of things to compile...
2000-01-13 guyFix "ascend-scanner.l" to include "file_wrappers.h...
2000-01-13 guyWe are obliged to define HAVE_UNISTD_H in "config.h...
2000-01-10 gramSome initial changes for win32 support, but not all.
2000-01-09 guyAdd to some comments notes on the meaning of DLT types...
2000-01-01 gramAdd relative timestamps. The Toshiba ISDN router has...
1999-12-15 guyPull in some additional non-definitions, to make it...
1999-12-15 guyBring it somewhat up to date.
1999-12-15 guyHandle i4btrace captures if they're from a machine...
1999-12-15 guyOne field in the NetXRay header appears to be the numbe...
1999-12-14 nneulmore work on netxray, still not sniffer compatible...
1999-12-14 oabadChanged the meaning of the 0x80 bit in "fs" in a frame2...
1999-12-14 guyInclude <string.h> to declare "memset()".
1999-12-14 nneulAdded support for writing netxray version 1.1 dumps.
1999-12-12 guyPut the "." in "V.120".
1999-12-12 gramAdded Bert Driehuis <driehuis@playbeing.org>'s I4B...
1999-12-12 guyAdd short names (for "editcap" command lines and the...
1999-12-11 guyPut in a private data structure hanging off the "wtap_d...
1999-12-11 oabadCorrect timestamp calculation in ngsniffer_dump
1999-12-11 guyProvide different file types for "modified" and Red...
1999-12-09 oabadAdd support to Wiretap for writing sniffer capture...
1999-12-05 guyProvide a table of descriptive and short (command-line...
1999-12-05 guyExpand on the description of "libpcap" and "snoop"...
1999-12-04 guyOops! First check if the short name in the "dump_open_...
1999-12-04 guyGive those capture file formats we can write a "short...
1999-12-04 guyFields in the "snoop" file header are big-endian; write...
1999-12-04 guyFix some names.
1999-12-04 guyMore infrastructure changes for Ethereal - make
1999-12-04 guyAdd some infrastructure for the use of Ethereal, so...
1999-12-04 guyInclude <string.h> to declare "memset()".
1999-12-04 guyNull out the "pointer to private data" member of a...
1999-12-04 guyAdd support to Wiretap for writing Network Monitor...
1999-12-04 guyAdd support to Wiretap for writing Network Monitor...
1999-12-04 guyAdd support to Wiretap for writing "snoop"-format captu...
1999-12-03 guyIt appears that our "Makefile.in" won't work with the...
1999-11-29 gramChange Olivier's e-mail address.
1999-11-29 guyUpdate one more comment.
1999-11-29 guyUpdate some comments.
1999-11-29 guyDuh. If you say you're going to check for "gzgets...
1999-11-29 guyOf the "zlib" functions we use that aren't in all versi...
1999-11-29 guyDon't add compressed-file-reading support unless "gzope...
1999-11-28 guyAdd in a comment about the "fs" and "flags" fields...
1999-11-27 guySigh. Apparently "Internetwork analyzer" covers a...
1999-11-27 guyUpdate a comment.
1999-11-27 guyMove the "guess what type of ATM traffic this is" stuff...
1999-11-26 guyIt appears that the first frame in a NetMon 2.0 capture...
1999-11-26 gramUpdate documentation about iptrace version support.
1999-11-26 gramSupport for iptrace 1.0 traces (AIX 3). Thanks to Flori...
1999-11-26 guyAdd a bunch of placeholder entries for DLPI link-layer...
1999-11-24 guyDon't define "pseudo_header" in "ascend-scanner.l"...
1999-11-22 gramDetect x.25 and loopback traces via if_type field,...
1999-11-19 gramAdd comments showing IFT names for the IFT-to-Wiretap...
1999-11-18 guyClean up some ANSI C nits pointed out by "gcc -pedantic".
1999-11-18 guy(AppTrafType & ATT_HLTYPE) is the type of high-level...
1999-11-18 gramCheck in my work so far on enabling the ATM iptrace...
1999-11-18 gramFixed the checking of the return value from file_gets...
1999-11-17 guyAdd some comment based on some spelunking done in some...
1999-11-11 gramRemove potential for a bad toshiba trace file to overfl...
1999-11-11 guyChange my e-mail address to the forwarding address...
1999-11-11 gramRemove unnecessary file_seek per packet, speeding up...
1999-11-11 gramAdd LAPD support.
1999-11-10 gramMore small memleak fixes.
1999-11-10 gramFixed small memory leak in wiretap (frame_buffer wasn...
1999-11-06 guyAdd in a gross heuristic that attempts to detect files...
1999-11-06 guyAdd support for capture files written by programs linke...
1999-10-31 guyGive it an RCS ID.
1999-10-31 guyMove the initial comment inside the first "%{", so...
1999-10-31 guyThe answer to the question "why pass err to open_routin...
1999-10-31 guyGive it an RCS ID.
1999-10-31 gramAdd a module to wiretap to be able to read trace files...
1999-10-28 geraldChange ASCEND_MAX_SEEK from 1000000 to 100000, so as...
1999-10-27 guyInclude <time.h> to get "struct tm" declared.
1999-10-19 guyA fix, from Olivier, to the previous patch.
1999-10-18 guyAdd Gerald Combs to the list of contributors; he added...
1999-10-18 guyOlivier Abad's patches to add:
1999-10-15 itojunavoid mistakingly commit dynamically generated files...
1999-10-14 itojunimplement ipprotostr() in ipproto.c, which basically...
1999-10-10 guyThe #defines to turn "yy{lex,error}" into names specifi...
1999-10-08 guyMove some definitions of stuff not used outside the...
1999-10-08 guyAdd an "ascend-int.h" file, to declare routines used...
1999-10-06 guyGive it a copyright notice and RCS ID.
1999-10-06 guyWhitespace cleanup.
1999-10-06 guyAdd "wtap_file_encap()", to return the encapsulation...
1999-10-05 guyMake "wtap_strerror()" handle zlib errors *correctly*.
1999-10-05 guyBetter handle errors from zlib:
1999-09-30 guyA "time units" value of 5 means "microseconds", accordi...
1999-09-28 guy"snoop" seems to treat "IEEE 802.3" and "Ethernet"...
1999-09-24 guyDO NOT check for "unistd.h"; due to an unfortunate...
1999-09-24 guyFix it so that it builds with "--disable-zlib".
1999-09-24 gramMany more packaging changes. Lets compilation with...
1999-09-23 guyGive it an RCS ID.
1999-09-23 guyGive it an RCS ID.
1999-09-23 guyWhen reading a capture file, we can detect whether...
1999-09-23 guyGet rid of unused variable.
1999-09-23 ashoknAdds progress bar functionality back for loading files...
1999-09-22 ashoknFix to allow compressed file handling of Ascend captures
1999-09-22 ashoknOops - new file for zLib commit which I missed out.
1999-09-22 ashoknThis commit contains support for reading capture files...
next