Convert the seconds value to the right byte order before using it at
[obnox/wireshark/wip.git] / wiretap /
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...
1999-03-01 gramlex_init() changed to wtap_lex_init()
1999-03-01 gramGuy noticed that lex_init was a function in both libpca...
1999-03-01 guyAdd an "acinclude.m4", from which "aclocal.m4" is made.
1999-03-01 guyFix a typo, and note that we can read Token Ring captur...
1999-03-01 gramAdded display filters to wiretap.
1999-02-20 guyUpdate to reflect support for NetXRay format.
1999-02-20 guyAdd support for Cinco Networks NetXRay - which is,...
1999-02-20 guyMake the "magic number" a "const" string.
1999-02-20 guyFix a typo in a comment, and make the "magic number...
1999-02-12 gramChange to wtap.c switch() statement to allow compilatio...
1999-01-30 guyCorrect and expand the discussion of ATM Sniffer captures.
1999-01-29 gramModified code to allow compilation under IBM's C compil...
1999-01-27 gramAdded token-ring support to netmon.c
1999-01-21 gramAdded news about Guy's netmon addition.
1999-01-21 gramI changed the wtap_open_offline() function so that...
1999-01-18 gramAdded Guy's netmon.[ch] files to CVS for him. His firew...
1999-01-17 guyAdd suppport for Microsoft Network Monitor Ethernet...
1999-01-13 gerald* Modified Makefile.am and configure.in so that wiretap...
1999-01-08 gramUse g_free instead of free so that I don't have to...
1999-01-07 gramLogged my change about per-packet encapsulation types.
1999-01-07 gramI removed the per-file encapsulation type from wiretap...
1999-01-04 gerald* Final commit for version 0.5.1
1999-01-03 gramAdded files to handle AIX iptrace 2.0 files in wiretap.
1999-01-02 gramI made sure to note that wiretap only supports iptrace...
1999-01-02 gramAdded the iptrace (AIX's packet-capture tool) file...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-12-17 gramAdded Guy Harris' patch to read Sniffer ATM trace files...
1998-12-17 gramA patch spread across many files to let Ethereal compil...
1998-12-15 guyFix the bitmask for the hour field in a DOS-format...
1998-12-13 gramDebug statement commented out.
1998-12-13 gramAdded Guy's patch to calculate date of Sniffer packet...
1998-11-23 gramLANalyzer records time in half microseconds, not micros...
1998-11-23 gramAdded time-stamp decoding to LANalyzer decodes, made...
1998-11-21 gramThe Sniffer-reading code now checks to make sure that...
1998-11-21 guyPick up from Ethereal's "configure.in" the test to...
1998-11-20 gramI gave Guy the credit he deserves.
1998-11-18 gerald* Don't build wiretap if it isn't configured.
1998-11-18 gerald* Added patches from Laurent and Guy
1998-11-17 guyAdd the header files to "libwiretap_a_SOURCES", so...
next