Removed trailing whitespaces from .h and .c files using the
[obnox/wireshark/wip.git] / wiretap / ngsniffer.c
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-29 guyFrom Joerg Mayer:
2002-07-16 guyFrom Graeme Hewson:
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-06-04 guyThe "sequential_close" routine for a capture file type...
2002-05-04 guyFix capture-file-specific "close output" routines to...
2002-04-30 guyReplace the "ngsniffer_atm" with an "atm" pseudo-header...
2002-04-25 guyCast the sum of "ngsniffer->rand.nextout" and "delta...
2002-04-09 guyMove the definition of the FROM_DCE bit in the "flags...
2002-03-05 guyMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 guyCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-03-02 guyFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2002-02-27 guyFrom Joerg Mayer: remove unused variables and declarati...
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2002-01-11 guyOh, what the heck, write out FDDI and bit-swapped FDDI...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-10-25 gramGet rid of signed/unsigned comparison warnings in wiretap.
2001-10-04 guyUse longs as file offsets, so that on platforms with...
2001-08-25 guyThe return value from "fwrite()" is a "size_t"; make...
2001-07-15 guyFixes, from Scott Renfro, for some calls to "localtime...
2001-07-06 guyRemove a comment that no longer applies - we no longer...
2001-03-10 guyObliging every capture file reader's "open()" routine...
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-08 guyCode to handle Frame Relay Sniffer captures, from Jeff...
2000-11-29 guyCatch Sniffer packets where the record length for a...
2000-11-19 guy"wtap_read()" must *always* set "*err" when it returns...
2000-11-11 guyWe have to set "x25.flags" in the Wiretap pseudo-header...
2000-10-17 geraldAdd initial support for "type 12" frames. I have no...
2000-09-21 gramMake sure to pass the sent/received direction from...
2000-09-07 gramChange wtap_read() API so that the data offset is set...
2000-08-25 gramMove #include <time.h> into wtap-int.h instead of requi...
2000-08-12 guyInitialize "last_blob" and "current_blob" when the...
2000-08-11 guyIf we have a random stream open for a compressed Sniffe...
2000-07-26 guyUse unsigned character pointers and arrays rather than...
2000-06-28 guyDon't reposition the random stream in "ngsniffer_open...
2000-06-15 guyPatch from Joerg Mayer to fix a problem reading Sniffer...
2000-06-15 guyPatch from Joerg Mayer to fix a problem reading Sniffer...
2000-05-25 guySupport for reading compressed Sniffer files, from...
2000-05-19 gramAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 guyIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 guyRemove the "union pseudo_header" from the "frame_data...
2000-05-12 guyUse "htoles()" rather than "pletohs()" to convert host...
2000-05-10 guyRename the "private" member of a "wtap_dumper" structur...
2000-03-22 guyIn a Network Monitor capture file, get the starting...
2000-02-19 guyUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-13 guyWe are obliged to define HAVE_UNISTD_H in "config.h...
1999-12-14 oabadChanged the meaning of the 0x80 bit in "fs" in a frame2...
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-09 oabadAdd support to Wiretap for writing sniffer capture...
1999-11-29 guyUpdate one more comment.
1999-11-29 guyUpdate some comments.
1999-11-28 guyAdd in a comment about the "fs" and "flags" fields...
1999-11-27 guySigh. Apparently "Internetwork analyzer" covers a...
1999-10-05 guyBetter handle errors from zlib:
1999-09-30 guyA "time units" value of 5 means "microseconds", accordi...
1999-09-24 guyFix it so that it builds with "--disable-zlib".
1999-09-22 ashoknThis commit contains support for reading capture files...
1999-08-28 guyKeep in the "wtap" structure the current offset into...
1999-08-24 guyAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-22 guyGet rid of some cruft left in by previous checkins...
1999-08-20 guyThe 16-bit and 32-bit fields in the "frame4" record...
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-19 guyHave the per-capture-file-type open routines "wtap_open...
1999-08-02 guyCheck in Olivier Abad's patch to add dissectors for...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-03-01 gramAdded display filters to wiretap.
1999-01-07 gramI removed the per-file encapsulation type from wiretap...
1998-12-17 gramAdded Guy Harris' patch to read Sniffer ATM trace files...
1998-12-15 guyFix the bitmask for the hour field in a DOS-format...
1998-12-13 gramAdded Guy's patch to calculate date of Sniffer packet...
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-15 guyAdd support to wiretap for reading Sun "snoop" capture...
1998-11-13 gramThe Sniffer-reading code in wiretap now decodes the...
1998-11-13 gramNow that I know where to find the file format of Sniffe...
1998-11-12 gramI added the LANalzyer file format to wiretap. I cleaned...
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...