aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/hcidump.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-19Don't bother setting phdr->pkt_encap to wth->file_encap.Guy Harris1-4/+3
2015-03-04Set packet encapsulation for HCIDUMP capturesMichal Labedzki1-3/+4
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-9/+9
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-16/+6
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-9/+7
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-7/+9
2014-05-09Revert "Refactor Wiretap"Guy Harris1-22/+19
2014-05-09Refactor WiretapMichael Mann1-19/+22
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-2/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-14/+7
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-26/+5
2013-05-17Pull code to fill in a wtap_pkthdr into a hcidump_process_header()Guy Harris1-29/+30
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-2/+6
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-3/+1
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-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-8/+8
2011-04-06From Jakub Zawadzki:Guy Harris1-6/+6
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-2/+2
2005-11-27Fail if *any* of the fields in the per-packet header of the first recordGuy Harris1-1/+2
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-6/+9
2003-10-30The quantities in the hcidump header are little-endian, not big-endian.Guy Harris1-5/+5
2003-10-30From Marcel Holtmann: support for reading Linux Bluez Bluetooth stackGuy Harris1-0/+157