aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
Commit message (Expand)AuthorAgeFilesLines
* bugfix to #649: first convert to microseconds, then eventually swap byte orde...Ulf Lamping2005-12-311-1/+1
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-4/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-19/+23
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* Add some additional sanity checking.Guy Harris2003-12-191-1/+10
* From Brian Ginsbach: fix handling of IRIX and UNICOS/mp snoop capturesGuy Harris2003-11-111-3/+3
* Sigh. Some snoop files have 6 bytes of padding; assume the file is aGuy Harris2003-11-041-29/+77
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-3/+33
* Sigh. It appears that atmsnoop might, at least for some packets, put 4Guy Harris2003-02-181-7/+11
* The Sniffer file formats include a file to identify raw cells; exportGuy Harris2003-01-101-1/+2
* It appears that a channel number of 0 means DTE->DCE, and a channelGuy Harris2003-01-091-3/+3
* Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris2003-01-031-9/+9
* Sigh. We really *do* have to check whether a capture is a snoop orGuy Harris2002-12-051-57/+104
* From Brian Ginsbach: upport for additional snoop file encapsulations inGuy Harris2002-11-131-4/+4
* Update some comments.Guy Harris2002-09-041-9/+17
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* From Joerg Mayer:Guy Harris2002-07-291-26/+22
* From Graeme Hewson:Guy Harris2002-07-161-2/+2
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-4/+2
* Get rid of an unused variable.Guy Harris2002-05-261-3/+1
* Set the LANE subtype in the "seek and read" routine.Guy Harris2002-05-231-2/+14
* Traffic with a traffic type of 0x06 is Signalling AAL traffic, includingGuy Harris2002-05-071-3/+3
* Move the code to guess the traffic type based on the packet contentsGuy Harris2002-04-301-1/+12
* Support writing Sun atmsnoop files.Guy Harris2002-04-301-19/+81
* Replace the "ngsniffer_atm" with an "atm" pseudo-header, which isn'tGuy Harris2002-04-301-21/+46
* The first byte of the frame header in atmsnoop does, in fact, contain anGuy Harris2002-04-301-10/+36
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-22/+20
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-7/+9
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-021-3/+5
* From Joerg Mayer: remove unused variables and declarations ofGuy Harris2002-02-271-3/+3
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-2/+2
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez2001-10-251-4/+4
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-5/+5
* The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris2001-08-251-4/+4
* Sigh. Shomiti apparently didn't know that the RFC 1761 data link typesGuy Harris2001-08-251-16/+99
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-3/+1
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-3/+3
* Shomiti Surveyor 3.x appears to have changed the version number in theGuy Harris2000-09-191-3/+9
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-16/+12
* Use unsigned character pointers and arrays rather than signed characterGuy Harris2000-07-261-3/+3
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-8/+8
* In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aGuy Harris2000-05-191-5/+5
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-49/+100
* Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read aGuy Harris2000-02-191-2/+2
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2