aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-11Remove an entire horde of off-by-one errors pointed out by Coverity's CID: 83lego1-5/+5
2006-03-08Another off by one error found by coverity (CID 83), using > instead of >= wh...lego1-1/+1
2006-01-12The attached patch to fix bug 663 allows Ethereal to read Windowsjake1-3/+38
2005-09-09From Bill Meier:guy1-23/+51
2005-08-29Get rid of the old file header definition.guy1-31/+17
2005-08-28From Bill Meier:guy1-34/+91
2005-08-25timestamp display precision:ulfl1-0/+8
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-16/+16
2005-08-18Try yet another scheme for handling time stamps; realtick isn't alwaysguy1-44/+146
2005-07-02Chris Lydick: Support for Sniffer 2.003 files.jmayer1-1/+9
2005-06-16Note that the WAN_CAPTYPE value of 4 can correspond to Cisco HDLCguy1-0/+14
2005-01-29Add some notes about stuff discovered by Ken Mann.guy1-1/+11
2005-01-14Note that the low-order bit of hdr->hdr_2_x.xxx[8] appears to be a "badguy1-2/+10
2005-01-03Add some more comments about the FCS issue.guy1-10/+14
2005-01-03Give a bit more information on the "are there FCSes in the frame?"guy1-5/+32
2005-01-03Rename the CAPTYPE_ definitions as appropriate - many of them areguy1-25/+39
2005-01-03From James Fields and Kevin Johnson: fix the handling of time stamps inguy1-69/+86
2004-10-17file_hdr.network is one byte long, so don't use htoles() on values it'sguy1-2/+2
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-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toguy1-18/+10
2004-01-25Don't muck with the Ethernet pseudo-header if we have an 802.11 capture.guy1-1/+9
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-17/+21
2004-01-19It appears that, for ISDN captures, the rules for whether there's 4guy1-10/+30
2004-01-05 removed some MSVC warnings (level 3)ulfl1-3/+3
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-29/+137
2003-09-28It appears that, at least for gigabit pod captures, there are time stampguy1-21/+52
2003-07-07A couple of captures have been seen with the first (low-order) byte ofguy1-41/+94
2003-03-31The units, in non-whizzo-gigabit-pod captures, for hdr.timeunit = 2guy1-11/+21
2003-03-28Ian Schorr discovered that, for gigabit pod captures, if hdr.timeunit isguy1-23/+31
2003-03-04Handle the direction bit in SDLC and PPP Sniffer files.guy1-1/+7
2003-03-03Handle packet direction information for SDLC Sniffer captures.guy1-8/+60
2003-03-01A "hdr.xxb[20]" value of 2 in a version 2 capture appears to mean thatguy1-1/+13
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesguy1-14/+21
2003-01-30Add support for writing Frame Relay files in NetXRay format 2.x.guy1-21/+72
2003-01-10The Sniffer file formats include a file to identify raw cells; exportguy1-1/+7
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelguy1-2/+2
2003-01-07PRI captures appear to be the ISDN captures with padding.guy1-12/+20
2003-01-07Use some fields in the per-packet header for ATM to get the AAL typeguy1-22/+92
2003-01-07The direction flag for LAPB/X.25 and ISDN appears to be in theguy1-11/+17
2003-01-07Update a comment.guy1-18/+7
2003-01-07Properly turn the raw ISDN channel number field into an actual channelguy1-6/+53
2003-01-03Add some more comments.guy1-2/+5
2003-01-03Get rid of some bogus commented-out statements.guy1-5/+2
2003-01-03It appears there are, indeed, two fields in the "xxb" part of the fileguy1-17/+57
2003-01-03Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not justguy1-8/+20
2003-01-03Add support for version 002.000, and note that there's probablyguy1-5/+14
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aguy1-43/+19
2002-10-29Some fields that are treated as 16-bit or 8-bit fields followed byguy1-14/+83
2002-10-22Put in a comment noting that not *all* captures with a network type of 3guy1-1/+9