aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-10-25Get rid of signed/unsigned comparison warnings in wiretap.Gilbert Ramirez1-3/+3
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-3/+3
2001-08-25The return value from "fwrite()" is a "size_t"; make the variable intoGuy Harris1-7/+7
2001-05-09Patch from Chris Jepeway to use, in NetXRay 2.x captures, a field fromGuy Harris1-3/+17
2001-03-23Back out the guint64 stuff - it's not clear it's the right way to handleGuy Harris1-41/+20
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-3/+1
2001-02-14Sigh. Microsoft Visual C++ 6.0 won't convert a "guint64" to a "double"Guy Harris1-2/+2
2001-02-13Changes from Chris Jepeway toGuy Harris1-21/+42