aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/btsnoop.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann2013-11-231-3/+15
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-5/+5
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-20/+14
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-32/+6
* Pull code to fill in the wtap_pkthdr into a btsnoop_read_record_header()Guy Harris2013-05-161-86/+59
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-4/+4
* Squelch 64-bit-to-32-bit implicit conversion warning; the warningGuy Harris2012-12-211-2/+3
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-10/+11
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* 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-5/+1
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+1
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-1/+1
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-7/+7
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-11/+13
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-2/+2
* From Jakub Zawadzki:Guy Harris2011-04-061-5/+5
* The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris2011-02-121-3/+3
* Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris2010-06-061-8/+8
* Don't dump out the raw link-layer type when noting thatGuy Harris2009-07-021-2/+5
* Patch from Alex Badea for Bug 3645.Michael Tüxen2009-07-021-2/+2
* From Kovarththanan Rajaratnam via bug 2680:Gerald Combs2009-05-221-0/+210
* We don't check structure sizes elsewhere; don't check them here. (InGuy Harris2008-06-241-11/+10
* From Shane Kearns (bug 2237):Stig Bjørlykke2008-02-031-0/+303