aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-16From Kevin Kayes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6026alagoutte1-1/+2
2011-05-11Check our original record length. Fixes a crash bug found by Huzaifagerald1-0/+10
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-16/+17
2011-04-12"This file format can't be written to a pipe" and "this file formatguy1-1/+1
2011-04-06From Jakub Zawadzki:guy1-8/+8
2010-06-06Don't use fwrite directly when writing a dump file; call it throughguy1-44/+6
2009-12-03From Petr Sumbera via bug 4284:stig1-0/+24
2009-09-17We pass the file handle to snoop_read_shomiti_wireless_pseudoheader();guy1-1/+1
2009-09-17We need an err_info argument to snoop_read_shomiti_wireless_pseudoheader,guy1-5/+7
2009-09-17Do *NOT* skip the rest of the header by reading into a fixed-size bufferguy1-12/+21
2009-09-17From Clay Jones via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3865 :morriss1-9/+31
2009-06-02No newlines in the additional-error-information string, please.guy1-2/+2
2009-04-22Clean up some 64-bit issues.guy1-9/+9
2007-01-18From Clay Jones: Shomiti wireless packet support.guy1-0/+74
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-4/+4
2005-12-31bugfix to #649: first convert to microseconds, then eventually swap byte orde...ulfl1-1/+1
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-19/+23
2004-01-05 removed some MSVC warnings (level 3)ulfl1-2/+2
2003-12-19Add some additional sanity checking.guy1-1/+10
2003-11-11From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop capturesguy1-3/+3
2003-11-04Sigh. Some snoop files have 6 bytes of padding; assume the file is aguy1-29/+77
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-3/+33
2003-02-18Sigh. It appears that atmsnoop might, at least for some packets, put 4guy1-7/+11
2003-01-10The Sniffer file formats include a file to identify raw cells; exportguy1-1/+2
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelguy1-3/+3
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justguy1-9/+9
2002-12-05Sigh. We really *do* have to check whether a capture is a snoop orguy1-57/+104
2002-11-13From Brian Ginsbach: upport for additional snoop file encapsulations inguy1-4/+4
2002-09-04Update some comments.guy1-9/+17
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-07-29From Joerg Mayer:guy1-26/+22
2002-07-16From Graeme Hewson:guy1-2/+2
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-4/+2
2002-05-26Get rid of an unused variable.guy1-3/+1
2002-05-23Set the LANE subtype in the "seek and read" routine.guy1-2/+14
2002-05-07Traffic with a traffic type of 0x06 is Signalling AAL traffic, includingguy1-3/+3
2002-04-30Move the code to guess the traffic type based on the packet contentsguy1-1/+12
2002-04-30Support writing Sun atmsnoop files.guy1-19/+81
2002-04-30Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tguy1-21/+46
2002-04-30The first byte of the frame header in atmsnoop does, in fact, contain anguy1-10/+36
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-22/+20
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-7/+9
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-3/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy1-3/+3
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-2/+2
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2