aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
Commit message (Expand)AuthorAgeFilesLines
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-17/+17
* Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki2013-11-291-20/+20
* Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2013-11-091-1/+1
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-2/+2
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-12/+12
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-33/+11
* Set the entire struct wtap_pkthdr, not just the pseudo-header, in theGuy Harris2013-06-061-95/+93
* Wiretap file open routines should not free wth->priv on error, since thatEvan Huus2013-03-251-1/+0
* From beroset:Anders Broman2013-03-171-14/+17
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-11/+14
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-7/+7
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris2012-07-181-0/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-14/+9
* Get the Windows build going again. The Netxray "fix" cast to guint8 may not b...Anders Broman2012-04-181-1/+1
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-6/+6
* #include <stdlib.h> not needed;Bill Meier2011-04-281-306/+305
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-14/+15
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-18/+2
* From Jakub Zawadzki:Guy Harris2011-04-061-4/+4
* From Robert Bullen: ... code is not incrementing wtap_dumper.bytes_dumped.Bill Meier2011-02-251-0/+6
* Add a note.Guy Harris2010-08-081-0/+4
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-061-68/+8
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-51/+73
* [Trivial] Constify a few thingsBill Meier2009-04-241-5/+5
* Clean up some 64-bit issues.Guy Harris2009-04-221-5/+5
* Fix a typo in a commentBill Meier2009-01-061-1/+1
* Oops: Revert SVN #27152: There weren't actually any memory leaks ...Bill Meier2009-01-041-6/+0
* Fix a few minor memory leaks...Bill Meier2009-01-041-0/+6
* At least some LAPB Windows Sniffer captures have 4 bytes of extra stuffGuy Harris2007-08-171-0/+23
* Note invalidity of realtick for Bill Meier2007-06-111-5/+7
* Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment forGuy Harris2007-05-311-0/+4
* My comment is redundant with Bill's more-detailed comment; remove it.Guy Harris2007-05-311-3/+0
* Update CommentsBill Meier2007-05-301-3/+9
* Update a comment.Guy Harris2007-05-301-2/+2
* Give more detail on a captype of 6 for an Ethernet capture.Guy Harris2007-05-291-1/+1
* It's pretty clear that hdr.captype's interpretation depends on theGuy Harris2007-05-291-7/+10
* Update the big time unit comment to reflect Bill Meier's recent changes.Guy Harris2007-05-291-20/+32
* (fix comment)Bill Meier2007-05-291-2/+2
* Another sniffer timestamp display fix; addresses bug 866 and other reports.Bill Meier2007-05-291-17/+47
* From Jeff Foster: add support for Cisco HDLC captures.Guy Harris2007-04-261-0/+9
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-4/+4
* Use G_GINT64_CONSTANT to handle 64-bit constants in the code.Michael Tüxen2006-10-231-4/+4
* fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168Bill Meier2006-10-201-10/+16
* Sake Blok wrote....Jaap Keuter2006-04-151-1/+11
* Remove an entire horde of off-by-one errors pointed out by Coverity's CID: 83Luis Ontanon2006-03-111-5/+5
* Another off by one error found by coverity (CID 83), using > instead of >= wh...Luis Ontanon2006-03-081-1/+1
* The attached patch to fix bug 663 allows Ethereal to read WindowsJaap Keuter2006-01-121-3/+38