aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-9/+4
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-22The encapsulation following WTAP_ENCAP_ARCNET isGuy Harris1-1/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-7/+7
2011-12-03Update some comments to reflect current reality (as in "a lot of stuffGuy Harris1-16/+25
2011-12-02from Petr Sumbera:Jaap Keuter1-0/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-6/+6
2011-06-16From Kevin Kayes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6026Alexis La Goutte1-1/+2
2011-05-11Check our original record length. Fixes a crash bug found by HuzaifaGerald Combs1-0/+10
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-16/+17
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-1/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-8/+8
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-44/+6
2009-12-03From Petr Sumbera via bug 4284:Stig Bjørlykke1-0/+24
2009-09-17We pass the file handle to snoop_read_shomiti_wireless_pseudoheader();Guy Harris1-1/+1
2009-09-17We need an err_info argument to snoop_read_shomiti_wireless_pseudoheader,Guy Harris1-5/+7
2009-09-17Do *NOT* skip the rest of the header by reading into a fixed-size bufferGuy Harris1-12/+21
2009-09-17From Clay Jones via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3865 :Jeff Morriss1-9/+31
2009-06-02No newlines in the additional-error-information string, please.Guy Harris1-2/+2
2009-04-22Clean up some 64-bit issues.Guy Harris1-9/+9
2007-01-18From Clay Jones: Shomiti wireless packet support.Guy Harris1-0/+74
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2005-12-31bugfix to #649: first convert to microseconds, then eventually swap byte orde...Ulf Lamping1-1/+1
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-19/+23
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-19Add some additional sanity checking.Guy Harris1-1/+10
2003-11-11From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop capturesGuy Harris1-3/+3
2003-11-04Sigh. Some snoop files have 6 bytes of padding; assume the file is aGuy Harris1-29/+77
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-3/+33
2003-02-18Sigh. It appears that atmsnoop might, at least for some packets, put 4Guy Harris1-7/+11
2003-01-10The Sniffer file formats include a file to identify raw cells; exportGuy Harris1-1/+2
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelGuy Harris1-3/+3
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris1-9/+9
2002-12-05Sigh. We really *do* have to check whether a capture is a snoop orGuy Harris1-57/+104
2002-11-13From Brian Ginsbach: upport for additional snoop file encapsulations inGuy Harris1-4/+4
2002-09-04Update some comments.Guy Harris1-9/+17
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-07-29From Joerg Mayer:Guy Harris1-26/+22
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-4/+2
2002-05-26Get rid of an unused variable.Guy Harris1-3/+1
2002-05-23Set the LANE subtype in the "seek and read" routine.Guy Harris1-2/+14
2002-05-07Traffic with a traffic type of 0x06 is Signalling AAL traffic, includingGuy Harris1-3/+3
2002-04-30Move the code to guess the traffic type based on the packet contentsGuy Harris1-1/+12
2002-04-30Support writing Sun atmsnoop files.Guy Harris1-19/+81
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris1-21/+46