aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
Commit message (Expand)AuthorAgeFilesLines
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris2004-01-271-18/+10
* Don't muck with the Ethernet pseudo-header if we have an 802.11 capture.Guy Harris2004-01-251-1/+9
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-17/+21
* It appears that, for ISDN captures, the rules for whether there's 4Guy Harris2004-01-191-10/+30
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-3/+3
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-29/+137
* It appears that, at least for gigabit pod captures, there are time stampGuy Harris2003-09-281-21/+52
* A couple of captures have been seen with the first (low-order) byte ofGuy Harris2003-07-071-41/+94
* The units, in non-whizzo-gigabit-pod captures, for hdr.timeunit = 2Guy Harris2003-03-311-11/+21
* Ian Schorr discovered that, for gigabit pod captures, if hdr.timeunit isGuy Harris2003-03-281-23/+31
* Handle the direction bit in SDLC and PPP Sniffer files.Guy Harris2003-03-041-1/+7
* Handle packet direction information for SDLC Sniffer captures.Guy Harris2003-03-031-8/+60
* A "hdr.xxb[20]" value of 2 in a version 2 capture appears to mean thatGuy Harris2003-03-011-1/+13
* Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris2003-01-311-14/+21
* Add support for writing Frame Relay files in NetXRay format 2.x.Guy Harris2003-01-301-21/+72
* The Sniffer file formats include a file to identify raw cells; exportGuy Harris2003-01-101-1/+7
* It appears that a channel number of 0 means DTE->DCE, and a channelGuy Harris2003-01-091-2/+2
* PRI captures appear to be the ISDN captures with padding.Guy Harris2003-01-071-12/+20
* Use some fields in the per-packet header for ATM to get the AAL typeGuy Harris2003-01-071-22/+92
* The direction flag for LAPB/X.25 and ISDN appears to be in theGuy Harris2003-01-071-11/+17
* Update a comment.Guy Harris2003-01-071-18/+7
* Properly turn the raw ISDN channel number field into an actual channelGuy Harris2003-01-071-6/+53
* Add some more comments.Guy Harris2003-01-031-2/+5
* Get rid of some bogus commented-out statements.Guy Harris2003-01-031-5/+2
* It appears there are, indeed, two fields in the "xxb" part of the fileGuy Harris2003-01-031-17/+57
* Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justGuy Harris2003-01-031-8/+20
* Add support for version 002.000, and note that there's probablyGuy Harris2003-01-031-5/+14
* Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris2002-10-311-43/+19
* Some fields that are treated as 16-bit or 8-bit fields followed byGuy Harris2002-10-291-14/+83
* Put in a comment noting that not *all* captures with a network type of 3Guy Harris2002-10-221-1/+9
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* From Joerg Mayer:Guy Harris2002-07-291-7/+7
* From Graeme Hewson:Guy Harris2002-07-161-5/+19
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-9/+4
* Add support for old NetXRay format.Guy Harris2002-05-281-46/+95
* Fix capture-file-specific "close output" routines to check whether theGuy Harris2002-05-041-49/+55
* Initial support for writing NetXRay 2.x (Windows Sniffer) formatGuy Harris2002-04-181-3/+152
* Add an encapsulation type for "802.11 with radio information"; that typeGuy Harris2002-04-081-45/+163
* Yes, that stuff really *does* appear to be just padding. Go figure.Guy Harris2002-04-081-17/+6
* Gerald says the padding has values that don't look like FCSes; note thatGuy Harris2002-04-071-1/+5
* Make the end-of-packet padding a per-capture-file property.Guy Harris2002-04-071-20/+32
* Add support for Sniffer 4.6 wireless captures.Gerald Combs2002-04-071-8/+23
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-4/+15
* 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-3/+3
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-3/+3