aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-01-16Update a comment to reflect reality (we no longer skip all the extraGuy Harris1-3/+6
2001-01-16Moved settingg wth->file_encap from sniffer_encap to precede theJeff Foster1-2/+6
2001-01-16Code to get a putative network subtype from a type 7 record in anGuy Harris1-6/+86
2001-01-08Code to handle Frame Relay Sniffer captures, from Jeff Foster.Guy Harris1-2/+7
2000-11-29Catch Sniffer packets where the record length for a record containing aGuy Harris1-1/+14
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris1-1/+2
2000-11-11We have to set "x25.flags" in the Wiretap pseudo-header if the captureGuy Harris1-1/+29
2000-10-17Add initial support for "type 12" frames. I have no documentation forGerald Combs1-1/+92
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-3/+3
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-12/+11
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-2/+1
2000-08-12Initialize "last_blob" and "current_blob" when the file is opened.Guy Harris1-21/+23
2000-08-11If we have a random stream open for a compressed Sniffer file, have theGuy Harris1-168/+345
2000-07-26Use unsigned character pointers and arrays rather than signed characterGuy Harris1-3/+3
2000-06-28Don't reposition the random stream in "ngsniffer_open()" if there isn'tGuy Harris1-5/+6
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris1-5/+10
2000-06-15Patch from Joerg Mayer to fix a problem reading Sniffer files:Guy Harris1-27/+24
2000-05-25Support for reading compressed Sniffer files, from Tim Farley, JoergGuy Harris1-54/+557
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-10/+10
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris1-9/+9
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-102/+219
2000-05-12Use "htoles()" rather than "pletohs()" to convert host-byte-order shortsGuy Harris1-9/+9
2000-05-10Rename the "private" member of a "wtap_dumper" structure to "dump", asGuy Harris1-5/+5
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-1/+9
2000-02-19Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
1999-12-14Changed the meaning of the 0x80 bit in "fs" in a frame2 record (from DTEOlivier Abad1-3/+4
1999-12-11Put in a private data structure hanging off the "wtap_dumper" structureGuy Harris1-8/+14
1999-12-11Correct timestamp calculation in ngsniffer_dumpOlivier Abad1-30/+45
1999-12-09Add support to Wiretap for writing sniffer capture files.Olivier Abad1-8/+185
1999-11-29Update one more comment.Guy Harris1-4/+4
1999-11-29Update some comments.Guy Harris1-2/+13
1999-11-28Add in a comment about the "fs" and "flags" fields in the "frame2"Guy Harris1-1/+16