aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-15Sake Blok wrote....Jaap Keuter1-1/+11
2006-03-11Remove an entire horde of off-by-one errors pointed out by Coverity's CID: 83Luis Ontanon1-5/+5
2006-03-08Another off by one error found by coverity (CID 83), using > instead of >= wh...Luis Ontanon1-1/+1
2006-01-12The attached patch to fix bug 663 allows Ethereal to read WindowsJaap Keuter1-3/+38
2005-09-09From Bill Meier:Guy Harris1-23/+51
2005-08-29Get rid of the old file header definition.Guy Harris1-31/+17
2005-08-28From Bill Meier:Guy Harris1-34/+91
2005-08-25timestamp display precision:Ulf Lamping1-0/+8
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-16/+16
2005-08-18Try yet another scheme for handling time stamps; realtick isn't alwaysGuy Harris1-44/+146
2005-07-02Chris Lydick: Support for Sniffer 2.003 files.Jörg Mayer1-1/+9
2005-06-16Note that the WAN_CAPTYPE value of 4 can correspond to Cisco HDLCGuy Harris1-0/+14
2005-01-29Add some notes about stuff discovered by Ken Mann.Guy Harris1-1/+11
2005-01-14Note that the low-order bit of hdr->hdr_2_x.xxx[8] appears to be a "badGuy Harris1-2/+10
2005-01-03Add some more comments about the FCS issue.Guy Harris1-10/+14
2005-01-03Give a bit more information on the "are there FCSes in the frame?"Guy Harris1-5/+32
2005-01-03Rename the CAPTYPE_ definitions as appropriate - many of them areGuy Harris1-25/+39
2005-01-03From James Fields and Kevin Johnson: fix the handling of time stamps inGuy Harris1-69/+86
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