aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/hcidump.c
Commit message (Expand)AuthorAgeFilesLines
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-11/+11
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: use SPDX identifiers (partial work).Dario Lombardo2018-01-201-13/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-2/+2
* Don't bother setting phdr->pkt_encap to wth->file_encap.Guy Harris2016-02-191-4/+3
* Set packet encapsulation for HCIDUMP capturesMichal Labedzki2015-03-041-3/+4
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-1/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-9/+9
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-16/+6
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-9/+7
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-7/+9
* Revert "Refactor Wiretap"Guy Harris2014-05-091-22/+19
* Refactor WiretapMichael Mann2014-05-091-19/+22
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-2/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-14/+7
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-26/+5
* Pull code to fill in a wtap_pkthdr into a hcidump_process_header()Guy Harris2013-05-171-29/+30
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-2/+6
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-2/+3
* 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-3/+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
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-8/+8
* From Jakub Zawadzki:Guy Harris2011-04-061-6/+6
* The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris2011-02-121-1/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-2/+2
* Fail if *any* of the fields in the per-packet header of the first recordGuy Harris2005-11-271-1/+2
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-6/+9
* The quantities in the hcidump header are little-endian, not big-endian.Guy Harris2003-10-301-5/+5
* From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackGuy Harris2003-10-301-0/+157