aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-06Don't use fwrite directly when writing a dump file; call it throughguy1-68/+8
2010-02-27Constify.guy1-51/+73
2009-04-24[Trivial] Constify a few thingswmeier1-5/+5
2009-04-22Clean up some 64-bit issues.guy1-5/+5
2009-01-06Fix a typo in a commentwmeier1-1/+1
2009-01-04Oops: Revert SVN #27152: There weren't actually any memory leaks ...wmeier1-6/+0
2009-01-04Fix a few minor memory leaks...wmeier1-0/+6
2007-08-17At least some LAPB Windows Sniffer captures have 4 bytes of extra stuffguy1-0/+23
2007-06-11Note invalidity of realtick for wmeier1-5/+7
2007-05-31Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment forguy1-0/+4
2007-05-31My comment is redundant with Bill's more-detailed comment; remove it.guy1-3/+0
2007-05-30Update Commentswmeier1-3/+9
2007-05-30Update a comment.guy1-2/+2
2007-05-29Give more detail on a captype of 6 for an Ethernet capture.guy1-1/+1
2007-05-29It's pretty clear that hdr.captype's interpretation depends on theguy1-7/+10
2007-05-29Update the big time unit comment to reflect Bill Meier's recent changes.guy1-20/+32
2007-05-29(fix comment)wmeier1-2/+2
2007-05-29Another sniffer timestamp display fix; addresses bug 866 and other reports.wmeier1-17/+47
2007-04-26From Jeff Foster: add support for Cisco HDLC captures.guy1-0/+9
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-4/+4
2006-10-23Use G_GINT64_CONSTANT to handle 64-bit constants in the code.tuexen1-4/+4
2006-10-20fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168wmeier1-10/+16
2006-04-15Sake Blok wrote....jake1-1/+11
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