aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/btsnoop.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-1/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-7/+7
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-11/+13
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-2/+2
2011-04-06From Jakub Zawadzki:Guy Harris1-5/+5
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris1-3/+3
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris1-8/+8
2009-07-02Don't dump out the raw link-layer type when noting thatGuy Harris1-2/+5
2009-07-02Patch from Alex Badea for Bug 3645.Michael Tüxen1-2/+2
2009-05-22From Kovarththanan Rajaratnam via bug 2680:Gerald Combs1-0/+210
2008-06-24We don't check structure sizes elsewhere; don't check them here. (InGuy Harris1-11/+10
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke1-0/+303