aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-30More reverse engineering.Guy Harris1-64/+298
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-17/+17
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-20/+20
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-1/+1
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-12/+12
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-33/+11
2013-06-06Set the entire struct wtap_pkthdr, not just the pseudo-header, in theGuy Harris1-95/+93
2013-03-25Wiretap file open routines should not free wth->priv on error, since thatEvan Huus1-1/+0
2013-03-17From beroset:Anders Broman1-14/+17
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-11/+14
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-18Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
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