fix doxygen generation
[obnox/wireshark/wip.git] / wiretap / ngsniffer.c
2004-09-15 guyImprove the heuristic for Frame Relay, and move that...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2003-10-25 guyAdd a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distingui...
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-03-03 guyHandle packet direction information for SDLC Sniffer...
2003-01-31 guyAdd WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame...
2003-01-14 guyWe don't know what, in captures with a major version...
2003-01-11 guyIf it doesn't begin with FF 00 it can't be LANE LE...
2003-01-10 guyRename the "version" argument to "process_header_record...
2003-01-10 guyIt looks as if a value of 0xfa in the second byte of...
2003-01-10 guyThe Sniffer file formats include a file to identify...
2003-01-09 guyThe checksum in DOS ATM Sniffer files appears to be...
2003-01-09 guyIt appears that ATM sniffer files with 4.x versions...
2003-01-07 guyIf the Windows Sniffer writes out one of its ATM captur...
2003-01-06 guyDon't interpret NET_HDLC as LAPB/X.25 - sometimes it...
2003-01-03 guyAdd support for SDLC encapsulation in DOS Sniffer captu...
2003-01-03 guyWell, at least some version 5 captures have type 7...
2003-01-03 guyWell, it's not as simple as "version 5 internetwork...
2003-01-03 guyRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2002-12-20 guyUpdate some comments.
2002-12-20 guyMake "infer_pkt_encap()" take a pointer and length...
2002-12-20 guySupply more information about "WAN/Synchronous" captures.
2002-12-20 sharpeThis adds the beginning of support for Wellfleet HDLC...
2002-11-10 guyUpdate comments to reflect some information inferred...
2002-11-09 guyIt appears that 0x80 in the fs field of an ISDN packet...
2002-11-09 guyAttempt to handle REC_HEADER2 records in major version...
2002-11-01 guyFix up the handling of WAN captures somewhat, based...
2002-11-01 guyConvert the "maj_vers" field of a REC_VERS record to...
2002-10-31 guyDiscard the WTAP_ENCAP_LAPD encapsulation type in favor...
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...
next