Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().
[obnox/wireshark/wip.git] / wiretap / ngsniffer.c
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-05-10 guyfile_read() can return -1; don't just blindly add it...
2011-04-27 wmeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 guy"This file format can't be written to a pipe" and ...
2011-04-08 guyChange ng_file_read() to take only one size argument...
2011-04-06 guyFrom Jakub Zawadzki:
2011-03-29 morrissDon't put a 65536 byte variable on the stack: instead...
2011-02-16 guyReturn an error value for the new error return; it...
2011-02-16 geraldFix errors found by the Visual C++ analyzer.
2010-06-06 guyDon't use fwrite directly when writing a dump file...
2010-02-27 guyConstify.
2010-02-24 guyDefine the private data structures for some particular...
2009-04-24 wmeier[Trivial] Constify a few things
2009-04-22 guyClean up some 64-bit issues.
2009-03-10 geraldAnother iteration of 64-bit-support-by-successive-appro...
2009-03-10 geraldng_file_read and SnifferDecompress need to be able...
2009-03-09 geraldMore 64-bit fixes.
2009-03-09 geraldConvert a bunch of ints to size_t in ngsniffer.c, and...
2008-02-12 stigAdd a cast.
2008-02-10 guyDo the time calculations with 64-bit integers, rather...
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-03-09 geraldFix a possible NULL dereference (Coverity CID 33).
2005-10-22 guyUpdate URL for Sniffer manual, and expand a comment...
2005-10-22 guyAdd #defines for the DOS Sniffer network types and...
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
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...
next