aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-30/+10
2002-06-04The "sequential_close" routine for a capture file type, if it has one,Guy Harris1-3/+5
2002-05-04Fix capture-file-specific "close output" routines to check whether theGuy Harris1-5/+7
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris1-10/+240
2002-04-25Cast the sum of "ngsniffer->rand.nextout" and "delta" to "size_t" beforeGuy Harris1-2/+2
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris1-3/+3
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-34/+44
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-11/+17
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-29/+53
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-4/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-3/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-2/+2
2002-01-11Oh, what the heck, write out FDDI and bit-swapped FDDI as the same typeGuy Harris1-2/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez1-5/+5
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-5/+5
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris1-11/+11
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris1-6/+11
2001-07-06Remove a comment that no longer applies - we no longer seek forward inGuy Harris1-18/+1
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-3/+1
2001-01-17Update a comment to reflect reality (we no longer skip all the extraGuy Harris1-2/+4
2001-01-17Fixed potential buffer overflow in skip_header_records when processingJeff Foster1-17/+15