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