aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
Commit message (Expand)AuthorAgeFilesLines
* Add data structures necessary to support multiple Name Resolution blocks.Michael Mann2016-06-011-2/+2
* Add data structures necessary to support multiple Section Header blocks.Michael Mann2016-06-011-2/+2
* Making wiretap option blocks more generic.Michael Mann2016-02-231-4/+6
* No need for a routine to return a GSList of extensions for compressed files.Guy Harris2016-01-291-2/+5
* Add a comment for is_stdout.Guy Harris2015-11-101-1/+1
* Skip only the actual file descriptor close when writing to stdout.Guy Harris2015-11-101-0/+1
* Call the dumper routine to finish write a file the "finish" routine.Guy Harris2015-11-091-8/+8
* More unnecessary <stdio.h> includes.Guy Harris2015-11-081-1/+0
* Remove unused struct member from wtapHadriel Kaplan2015-08-201-1/+0
* Pcapng: support Name Resolution Block optionsHadriel Kaplan2015-08-061-3/+5
* Remove some unneeded includes of <sys/time.h>.Guy Harris2015-02-281-4/+0
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-1/+1
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-27/+37
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-4/+12
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-4/+4
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-4/+4
* wiretap: remove unused code, drop number_of_interfacesPeter Wu2014-05-171-1/+0
* Revert "Refactor Wiretap"Guy Harris2014-05-091-0/+54
* Refactor WiretapMichael Mann2014-05-091-54/+0
* Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann2014-03-191-5/+8
* 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-1/+1
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-71/+2
* Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki2013-11-291-19/+0
* Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki2013-11-291-5/+0
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-2/+2
* Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman2013-09-221-1/+1
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-1/+14
* From beroset:Anders Broman2013-03-171-2/+2
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-3/+0
* Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey2013-02-281-1/+5
* Wrap lines a little differently.Guy Harris2012-10-181-2/+3
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-3/+1
* 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-2/+0
* Put the pseudo-header information for Veriwave packets into the bufferGuy Harris2012-04-261-0/+10
* Fix some indentation errors from the previous change.Guy Harris2012-04-181-3/+3
* Get rid of tabs, so we don't have to worry about 4-space vs. 8-space tabs.Guy Harris2012-04-181-160/+161
* Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman2012-02-201-3/+11
* Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman2012-02-151-3/+5
* White space changes.Anders Broman2012-02-131-4/+4
* Add the abillity to read and write option comments unedited.Anders Broman2012-02-111-21/+21
* Add pcapng variables to wtap_pkthdr.Anders Broman2012-02-091-4/+6
* Replace wtap_file_extensions_string() with a routine that returns aGuy Harris2012-01-211-0/+3
* Rename pletonll() to reflect what it actually does, namely convert aGuy Harris2011-11-171-2/+2
* A new macro needed by the WTAP_ENCAP_PER_PACKET support for writingGuy Harris2011-11-171-0/+8
* Fix ex "modeline" so it works;Bill Meier2011-09-211-1/+1
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-1/+1
* The only place where we care about zlib is file_wrappers.c; includeGuy Harris2011-06-091-4/+0
* Fix wiretap headers to allow error-free ABI dumping.Balint Reczey2011-06-041-2/+0