Olivier Abad's patches to add:
[obnox/wireshark/wip.git] / wiretap /
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...
1999-08-18 gramChanges to compile in win32.
1999-08-18 guyIn "wtap_dump_close()", don't shove the return value...
1999-08-18 guy"wtap_pcap_encap_to_wtap_encap()" shouldn't return...
1999-08-18 guyMake "wtap_dump()" and "wtap_dump_close()" return error...
1999-08-18 guyAdd to Wiretap the ability to write capture files;...
1999-08-15 guyHave "wtap_open_offline()" return, on failure, an indic...
1999-08-03 gramUpdate version numbers to 0.7.0, and update win32 Makef...
1999-08-02 guyAdd to "wtap_close()" code to free up data structures...
1999-08-02 guyOlivier Abad's patch to add dissectors for LAP-B and...
1999-08-02 guyCheck in Olivier Abad's patch to add dissectors for...
1999-07-28 guyPatches from Thierry Andry to support Classical IP...
1999-07-28 denielFix the -S option :
1999-07-28 geraldAdded a patch from Olivier Abad to handle X.25 iptrace...
1999-07-27 gramRemoved automatically-generated files from CVS. Some...
1999-07-21 gramFinally got the win32 ethereal to link properly with...
1999-07-15 gramModified the proto_register_field_array usage again...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-08 gramAdded Johan's RADIUS dissector, finally. I modified...
1999-07-08 gramFixed the byte_range implementation, and removed some...
1999-07-07 gramRemoved old #include's.
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-07-04 guyInclude <sys/types.h> before including <netinet/in...
1999-06-22 gramAdded Aaron Hillegass' summary dialogue. We're ignoring...
1999-05-19 gramMade BPF disassembly in wiretap.c a bit easier to read.
1999-05-12 guyAdd support for Network Monitor 2.0 files, thanks to...
1999-05-12 gramChanged wiretap rules so that ordinary user doesn't...
1999-05-07 gramMade the executable portable; it will now work on machi...
1999-05-01 gramFixed 0.6.0 packaging problems.
1999-03-28 gramJun-ichiro's IPv6 patch is merged in with ethereal...
1999-03-25 guyThe program that produced the version 2.001 file was...
1999-03-22 gramGot rid of "hdr_size may not be initialized" warning...
1999-03-22 guyAdd support for file format version 2.001 (used by...
1999-03-20 guyAdd support for file format version 2.001 (used by...
1999-03-20 gramAdded g_slist_nth_data() to glib-new.o so that glib...
1999-03-13 guyAdd "phtons()" and "phtonl()" macros, which handle...
1999-03-03 guyIt's not a problem if we don't have GLib 1.1.x or later...
1999-03-03 guyInclude "config.h", so we know whether we have GLib...
1999-03-02 gramFixed for glib-1.x.y, x > 0
1999-03-02 guyHave "rt-scanner.l" and "rt-grammar.y" depend on the...
1999-03-01 guyIt turns out that the first of the unknown fields in...
next