aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-14/+9
2012-04-18Get the Windows build going again. The Netxray "fix" cast to guint8 may not b...Anders Broman1-1/+1
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-6/+6
2011-04-28#include <stdlib.h> not needed;Bill Meier1-306/+305
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-14/+15
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-18/+2
2011-04-06From Jakub Zawadzki:Guy Harris1-4/+4
2011-02-25From Robert Bullen: ... code is not incrementing wtap_dumper.bytes_dumped.Bill Meier1-0/+6
2010-08-08Add a note.Guy Harris1-0/+4
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-68/+8
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-51/+73
2009-04-24[Trivial] Constify a few thingsBill Meier1-5/+5
2009-04-22Clean up some 64-bit issues.Guy Harris1-5/+5
2009-01-06Fix a typo in a commentBill Meier1-1/+1
2009-01-04Oops: Revert SVN #27152: There weren't actually any memory leaks ...Bill Meier1-6/+0
2009-01-04Fix a few minor memory leaks...Bill Meier1-0/+6
2007-08-17At least some LAPB Windows Sniffer captures have 4 bytes of extra stuffGuy Harris1-0/+23
2007-06-11Note invalidity of realtick for Bill Meier1-5/+7
2007-05-31Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment forGuy Harris1-0/+4
2007-05-31My comment is redundant with Bill's more-detailed comment; remove it.Guy Harris1-3/+0
2007-05-30Update CommentsBill Meier1-3/+9
2007-05-30Update a comment.Guy Harris1-2/+2
2007-05-29Give more detail on a captype of 6 for an Ethernet capture.Guy Harris1-1/+1
2007-05-29It's pretty clear that hdr.captype's interpretation depends on theGuy Harris1-7/+10
2007-05-29Update the big time unit comment to reflect Bill Meier's recent changes.Guy Harris1-20/+32
2007-05-29(fix comment)Bill Meier1-2/+2
2007-05-29Another sniffer timestamp display fix; addresses bug 866 and other reports.Bill Meier1-17/+47
2007-04-26From Jeff Foster: add support for Cisco HDLC captures.Guy Harris1-0/+9
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2006-10-23Use G_GINT64_CONSTANT to handle 64-bit constants in the code.Michael Tüxen1-4/+4
2006-10-20fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168Bill Meier1-10/+16
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