aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
Commit message (Expand)AuthorAgeFilesLines
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-12/+12
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-3/+0
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-19/+5
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-13/+13
* Set err_info if the attempts to read record headers fail.Guy Harris2014-09-201-5/+5
* Fix trailing blank.Guy Harris2014-08-241-1/+1
* Strengthen the heuristics for pcap subtypes.Guy Harris2014-08-241-226/+205
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-1/+1
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Update a comment.Guy Harris2014-06-251-13/+16
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+7
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-10/+8
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-8/+10
* Revert "Refactor Wiretap"Guy Harris2014-05-091-87/+82
* Refactor WiretapMichael Mann2014-05-091-82/+87
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Make some routines take a struct wtap_pkthdr * as an argument.Guy Harris2014-02-061-2/+1
* Don't write out packets that have a "captured length" bigger than we'reGuy Harris2014-01-221-0/+6
* Reject pcap files that claim on-the-wire packet sizes > 64MB. This fixes manyEvan Huus2014-01-151-0/+18
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+2
* Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki2013-11-291-8/+8
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-33/+33
* Explain that we don't have to worry about fixed-length buffers whoseGuy Harris2013-07-161-1/+6
* On the suggestion of Cal Turney, viaEvan Huus2013-07-151-0/+6
* Don't limit the on-the-wire length of packets to 64KB, there are larger packetsEvan Huus2013-06-181-16/+3
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-36/+24
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-44/+24
* Fix "set but not used" compile warning turning errorJörg Mayer2013-05-181-2/+0
* In libpcap_process_header(), fill in what phdr points to, not wth->phdr.Guy Harris2013-05-181-3/+3
* In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-readGuy Harris2013-05-181-60/+68
* Wiretap file open routines should not free wth->priv on error, since thatEvan Huus2013-03-251-9/+0
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-4/+4
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-7/+8
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...Michael Mann2012-07-191-1/+3
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Interface lists currently have to be constructed in the open routineGuy Harris2012-05-281-12/+17
* From Stephen Donnelly:Anders Broman2012-05-241-0/+9
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-13/+10
* Remove doubled semicolons and semicolons outside function.Jakub Zawadzki2012-04-131-1/+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-5/+5
* Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().Guy Harris2011-09-011-11/+5
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-53/+13
* Make sure we don't write invalid record lengths.Gerald Combs2011-06-091-0/+6
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-9/+11
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-1/+1
* From Jakub Zawadzki:Guy Harris2011-04-061-4/+4
* Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris2010-06-061-30/+4
* From Chris Maynard:Guy Harris2010-04-211-4/+7