aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+1
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-27/+37
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-4/+12
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-4/+4
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-4/+4
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-1/+0
2014-05-09Revert "Refactor Wiretap"Guy Harris1-0/+54
2014-05-09Refactor WiretapMichael Mann1-54/+0
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-5/+8
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-1/+1
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-71/+2
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki1-19/+0
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-5/+0
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-09-22Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+14
2013-03-17From beroset:Anders Broman1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-3/+0
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+5
2012-10-18Wrap lines a little differently.Guy Harris1-2/+3
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+1
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-2/+0
2012-04-26Put the pseudo-header information for Veriwave packets into the bufferGuy Harris1-0/+10
2012-04-18Fix some indentation errors from the previous change.Guy Harris1-3/+3
2012-04-18Get rid of tabs, so we don't have to worry about 4-space vs. 8-space tabs.Guy Harris1-160/+161
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-3/+11
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-3/+5
2012-02-13White space changes.Anders Broman1-4/+4
2012-02-11Add the abillity to read and write option comments unedited.Anders Broman1-21/+21
2012-02-09Add pcapng variables to wtap_pkthdr.Anders Broman1-4/+6
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-0/+3
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aGuy Harris1-2/+2
2011-11-17A new macro needed by the WTAP_ENCAP_PER_PACKET support for writingGuy Harris1-0/+8
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-1/+1
2011-06-09The only place where we care about zlib is file_wrappers.c; includeGuy Harris1-4/+0
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey1-2/+0
2011-05-31Declare the snapshot_length as unsigned.Chris Maynard1-1/+1
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-1/+4
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-4/+4
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theGuy Harris1-0/+1
2011-04-10Move the definition of the structure pointed to by a FILE_T intoGuy Harris1-26/+1
2011-04-08Just make the fh member of a wtap_dumper_t a void * for now, and, in allGuy Harris1-3/+5
2011-04-08From Jakub Zawadzki:Guy Harris1-3/+30
2011-04-06From Jakub Zawadzki:Guy Harris1-2/+2
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-2/+21
2010-06-06Move the seekback stuff out of esc_read() to the one place where it'sGuy Harris1-0/+9
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris1-3/+2