aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-06Don't use fwrite directly when writing a dump file; call it throughguy1-55/+9
2010-02-27Constify.guy1-10/+9
2010-02-24Define the private data structures for some particular capture fileguy1-56/+96
2009-04-24[Trivial] Constify a few thingswmeier1-1/+1
2009-04-22Clean up some 64-bit issues.guy1-1/+1
2009-03-10Another iteration of 64-bit-support-by-successive-approximation.gerald1-5/+5
2009-03-10ng_file_read and SnifferDecompress need to be able to return negativegerald1-14/+18
2009-03-09More 64-bit fixes.gerald1-1/+1
2009-03-09Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_readgerald1-14/+14
2008-02-12Add a cast.stig1-1/+1
2008-02-10Do the time calculations with 64-bit integers, rather than in floatingguy1-52/+110
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-16/+16
2006-03-09Fix a possible NULL dereference (Coverity CID 33).gerald1-2/+2
2005-10-22Update URL for Sniffer manual, and expand a comment a bit.guy1-3/+4
2005-10-22Add #defines for the DOS Sniffer network types and for various frameguy1-22/+126
2005-08-25timestamp display precision:ulfl1-0/+2
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-6/+6
2004-09-15Improve the heuristic for Frame Relay, and move that heuristic after theguy1-16/+37
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-30/+33
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCguy1-3/+3
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-7/+27
2003-03-03Handle packet direction information for SDLC Sniffer captures.guy1-1/+2
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesguy1-5/+5
2003-01-14We don't know what, in captures with a major version number of 3,guy1-10/+30
2003-01-11If it doesn't begin with FF 00 it can't be LANE LE Control; if it'sguy1-5/+29
2003-01-10Rename the "version" argument to "process_header_records()" "maj_vers",guy1-48/+66
2003-01-10It looks as if a value of 0xfa in the second byte of a REC_HEADER2guy1-50/+48
2003-01-10The Sniffer file formats include a file to identify raw cells; exportguy1-1/+10
2003-01-09The checksum in DOS ATM Sniffer files appears to be stored in big-endianguy1-2/+2
2003-01-09It appears that ATM sniffer files with 4.x versions 4.95 and greaterguy1-11/+19
2003-01-07If the Windows Sniffer writes out one of its ATM capture files in DOSguy1-52/+57
2003-01-06Don't interpret NET_HDLC as LAPB/X.25 - sometimes it's some otherguy1-22/+34
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatguy1-1/+5
2003-01-03Well, at least some version 5 captures have type 7 records, and theyguy1-16/+23
2003-01-03Well, it's not as simple as "version 5 internetwork analyzer capturesguy1-5/+6
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justguy1-4/+4
2002-12-20Update some comments.guy1-5/+34
2002-12-20Make "infer_pkt_encap()" take a pointer and length as arguments.guy1-26/+58
2002-12-20Supply more information about "WAN/Synchronous" captures.guy1-10/+24
2002-12-20This adds the beginning of support for Wellfleet HDLC to ngsniffer.c assharpe1-6/+20
2002-11-10Update comments to reflect some information inferred from the Snifferguy1-7/+20
2002-11-09It appears that 0x80 in the fs field of an ISDN packet means "network toguy1-4/+4
2002-11-09Attempt to handle REC_HEADER2 records in major version 2 DOS Snifferguy1-56/+128
2002-11-01Fix up the handling of WAN captures somewhat, based on looking at aguy1-67/+167
2002-11-01Convert the "maj_vers" field of a REC_VERS record to host byte orderguy1-2/+2
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aguy1-79/+114
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-17/+17
2002-07-29From Joerg Mayer:guy1-8/+8
2002-07-16From Graeme Hewson:guy1-2/+2