aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-7/+7
2011-05-10file_read() can return -1; don't just blindly add it to a previousguy1-3/+10
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes;wmeier1-650/+652
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-51/+63
2011-04-12"This file format can't be written to a pipe" and "this file formatguy1-1/+1
2011-04-08Change ng_file_read() to take only one size argument - and make it anguy1-27/+27
2011-04-06From Jakub Zawadzki:guy1-10/+10
2011-03-29Don't put a 65536 byte variable on the stack: instead, malloc/free it.morriss1-44/+78
2011-02-16Return an error value for the new error return; it "can't happen" (butguy1-1/+7
2011-02-16Fix errors found by the Visual C++ analyzer.gerald1-1/+3
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