aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/packetlogger.c
Commit message (Expand)AuthorAgeFilesLines
* Replace g_strdup_printf() with ws_strdup_printf()João Valverde2021-12-191-2/+2
* wiretap: always allocate a block for a record.Guy Harris2021-08-291-0/+1
* wiretap: rename wtap_register_file_type_subtypes().Guy Harris2021-02-231-1/+1
* wiretap: have file handlers advertise blocks and options supported.Guy Harris2021-02-211-1/+8
* wiretap: more work on file type/subtypes.Guy Harris2021-02-171-3/+8
* wiretap: register most built-in file types from its module.Guy Harris2021-02-141-1/+18
* Detect and replace bad allocation patternsMoshe Kaplan2020-12-221-1/+1
* wiretap: generate fake IDBs for more capture file types.Guy Harris2020-07-291-0/+8
* Packetlogger: check for more packet types in the libwiretap heuristics.Guy Harris2020-07-021-1/+36
* Strengthen the PacketLogger heuristics.Guy Harris2019-09-031-20/+159
* What we're testing for is byte-swappedness, not raw endianness.Guy Harris2019-09-021-17/+14
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-4/+5
* Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter2018-02-181-1/+2
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-14/+14
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: more SPDX license convertions.Dario Lombardo2018-01-201-15/+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-1/+0
* PacketLogger files can be big-endian or little-endian.Guy Harris2015-01-171-12/+52
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-4/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Bluetooth: Add generic Bluetooth dissectorMichal Labedzki2014-12-181-4/+5
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-8/+8
* Make the code a bit more like the pre-new-APIs code.Guy Harris2014-10-071-8/+3
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-7/+13
* 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-14/+12
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-12/+14
* Revert "Refactor Wiretap"Guy Harris2014-05-091-23/+20
* Refactor WiretapMichael Mann2014-05-091-20/+23
* 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-3/+2
* 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-21/+11
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-29/+6
* Pull code to read process packet headers into aGuy Harris2013-06-021-39/+49
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-4/+11
* 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
* 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-3/+3
* Add missing checks for a too-large packet, so we don't blow up trying toGuy Harris2011-12-131-0/+10
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-2/+2
* file_read() can return -1; don't just blindly add it to a previousGuy Harris2011-05-101-14/+2
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-12/+13
* From Jakub Zawadzki:Guy Harris2011-04-061-5/+5