more handling of etype<max_802_3_len
[obnox/wireshark/wip.git] / wiretap /
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...
1999-09-13 geraldAdded support for Lucent/Ascend "wdd" output.
1999-09-13 geraldAdd support for "wdd" trace output.
1999-09-12 denielSome old CPP or tools that take C code in input do
1999-09-11 geraldAdded Guy's patch to use the pseudo header facility...
1999-09-11 guyGet rid of an unused variable.
1999-09-11 guy"ascend_seek()" isn't used outside "ascend.c", so make...
1999-09-11 guy"ascend_read()" is local to "ascend.c" - declare it...
1999-09-11 guyInclude "ascend.h" to declare "ascend_seek_read()".
1999-09-11 geraldAdd in ascend.c, ascend.h, ascend-grammar.y and ascend...
1999-09-11 geraldAdded support for Lucent/Ascend packet traces. The...
1999-09-09 guyPut in an RCS ID (and a copyright notice and GPL notice...
1999-09-02 guyWhen skipping over the padding at the end of a record...
1999-09-01 guyWhen reading packets from a capture file, don't seek...
1999-08-31 guyFix, from Bert Driehuis, to the stuff that checks for...
1999-08-31 guyOlivier Abad's fix to the problem where some capture...
1999-08-31 guyConvert the seconds value to the right byte order befor...
1999-08-30 guyFixes from Olivier Abad to the code to maintain "wth...
1999-08-28 guyKeep in the "wtap" structure the current offset into...
1999-08-24 gramChanged #include "glib.h" to #include <glib.h>, for...
1999-08-24 guyAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-22 guyModify the comments to show how much of a mess the...
1999-08-22 guyFix the pcap-encapsulation-to-wiretap-encapsulation...
1999-08-22 guyAdd a "wtap_strerror()" routine, which takes as an...
1999-08-22 guyGet rid of some cruft left in by previous checkins...
1999-08-22 guyDLT_NULL, from "libpcap", means different things on...
1999-08-20 guyThe 16-bit and 32-bit fields in the "frame4" record...
1999-08-20 guyFix a comment.
1999-08-20 guyAdd Olivier Abad to the list of Wiretap authors, as...
1999-08-20 guyNote that we now have the ability to read Ethernet...
1999-08-20 guyRemove the stuff about filters in Wiretap, as that...
1999-08-20 guyGet rid of an unused variable left stranded on the...
1999-08-20 guyAdd support for reading Full Frontal ATM from an ATM...
1999-08-20 gramMade LanAlyzer smarter about reading trace files, there...
1999-08-20 gramMade iptrace wiretap module return error on partial...
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-19 guyHave the per-capture-file-type open routines "wtap_open...
next