aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/daintree-sna.c
Commit message (Expand)AuthorAgeFilesLines
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-9/+3
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-15/+14
* Move the header-processing code into a common daintree_sna_scan_header()Guy Harris2013-05-171-63/+80
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-3/+13
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-3/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-4/+1
* Global variables considered harmful (and unnecessary).Guy Harris2012-04-221-13/+10
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-7/+7
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-5/+5
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-6/+6
* Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs2011-04-071-1/+1
* Fix issue which causes daintree-sna frames to be rejected with "capture lengt...Bill Meier2010-08-241-0/+2
* From Hamish Moffatt:Anders Broman2010-08-241-0/+1
* Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris2010-07-301-9/+15
* Revise #31172 slightly to clarify #define dependenciesBill Meier2009-12-041-4/+6
* From: babiBill Meier2009-12-041-2/+6
* Read nsecs as a signed value.Stig Bjørlykke2009-09-291-1/+1
* From Fred Fierling (bug 3486):Stig Bjørlykke2009-05-241-0/+266