aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-01-09The checksum in DOS ATM Sniffer files appears to be stored in big-endianGuy Harris1-2/+2
2003-01-09It appears that ATM sniffer files with 4.x versions 4.95 and greaterGuy Harris1-11/+19
2003-01-07If the Windows Sniffer writes out one of its ATM capture files in DOSGuy Harris1-52/+57
2003-01-06Don't interpret NET_HDLC as LAPB/X.25 - sometimes it's some otherGuy Harris1-22/+34
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatGuy Harris1-1/+5
2003-01-03Well, at least some version 5 captures have type 7 records, and theyGuy Harris1-16/+23
2003-01-03Well, it's not as simple as "version 5 internetwork analyzer capturesGuy Harris1-5/+6
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris1-4/+4
2002-12-20Update some comments.Guy Harris1-5/+34
2002-12-20Make "infer_pkt_encap()" take a pointer and length as arguments.Guy Harris1-26/+58
2002-12-20Supply more information about "WAN/Synchronous" captures.Guy Harris1-10/+24
2002-12-20This adds the beginning of support for Wellfleet HDLC to ngsniffer.c asRichard Sharpe1-6/+20
2002-11-10Update comments to reflect some information inferred from the SnifferGuy Harris1-7/+20
2002-11-09It appears that 0x80 in the fs field of an ISDN packet means "network toGuy Harris1-4/+4
2002-11-09Attempt to handle REC_HEADER2 records in major version 2 DOS SnifferGuy Harris1-56/+128
2002-11-01Fix up the handling of WAN captures somewhat, based on looking at aGuy Harris1-67/+167
2002-11-01Convert the "maj_vers" field of a REC_VERS record to host byte orderGuy Harris1-2/+2
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-79/+114
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-17/+17
2002-07-29From Joerg Mayer:Guy Harris1-8/+8
2002-07-16From Graeme Hewson:Guy Harris1-2/+2