aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-02Try to squelch warningsAnders Broman1-7/+7
2012-06-02Try to squelch warningsAnders Broman1-20/+20
2012-05-04ng_file_seek_rand() is supposed to return a Boolean; make it do so.Guy Harris1-3/+3
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-66/+40
2012-02-28Some more details about REC_HEADER1 and REC_V2DESC; REC_HEADER1 doesn'tGuy Harris1-2/+14
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-22The encapsulation following WTAP_ENCAP_ARCNET isGuy Harris1-0/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-4/+4
2011-11-17Put back the check for dates that can be represented in DOS format theGuy Harris1-1/+1
2011-11-17Revert part of r39883 to avoid dereferencing a NULL pointer. Thanks Clang.Chris Maynard1-1/+1
2011-11-16Another place where we have to protect against MSVC's time-conversionGuy Harris1-1/+9
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-7/+7
2011-05-10file_read() can return -1; don't just blindly add it to a previousGuy Harris1-3/+10
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;Bill Meier1-650/+652
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-51/+63
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-1/+1
2011-04-08Change ng_file_read() to take only one size argument - and make it anGuy Harris1-27/+27
2011-04-06From Jakub Zawadzki:Guy Harris1-10/+10
2011-03-29Don't put a 65536 byte variable on the stack: instead, malloc/free it.Jeff Morriss1-44/+78
2011-02-16Return an error value for the new error return; it "can't happen" (butGuy Harris1-1/+7
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs1-1/+3
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-55/+9
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-10/+9
2010-02-24Define the private data structures for some particular capture fileGuy Harris1-56/+96
2009-04-24[Trivial] Constify a few thingsBill Meier1-1/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-1/+1
2009-03-10Another iteration of 64-bit-support-by-successive-approximation.Gerald Combs1-5/+5
2009-03-10ng_file_read and SnifferDecompress need to be able to return negativeGerald Combs1-14/+18
2009-03-09More 64-bit fixes.Gerald Combs1-1/+1
2009-03-09Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_readGerald Combs1-14/+14
2008-02-12Add a cast.Stig Bjørlykke1-1/+1
2008-02-10Do the time calculations with 64-bit integers, rather than in floatingGuy Harris1-52/+110
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-16/+16
2006-03-09Fix a possible NULL dereference (Coverity CID 33).Gerald Combs1-2/+2
2005-10-22Update URL for Sniffer manual, and expand a comment a bit.Guy Harris1-3/+4
2005-10-22Add #defines for the DOS Sniffer network types and for various frameGuy Harris1-22/+126
2005-08-25timestamp display precision:Ulf Lamping1-0/+2
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-6/+6
2004-09-15Improve the heuristic for Frame Relay, and move that heuristic after theGuy Harris1-16/+37
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-30/+33
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris1-3/+3
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-7/+27
2003-03-03Handle packet direction information for SDLC Sniffer captures.Guy Harris1-1/+2
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris1-5/+5
2003-01-14We don't know what, in captures with a major version number of 3,Guy Harris1-10/+30
2003-01-11If it doesn't begin with FF 00 it can't be LANE LE Control; if it'sGuy Harris1-5/+29
2003-01-10Rename the "version" argument to "process_header_records()" "maj_vers",Guy Harris1-48/+66
2003-01-10It looks as if a value of 0xfa in the second byte of a REC_HEADER2Guy Harris1-50/+48
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris1-1/+10