| Commit message (Expand) | Author | Age | Files | Lines |
* | Add data structures necessary to support multiple Name Resolution blocks. | Michael Mann | 2016-06-01 | 1 | -2/+2 |
* | Add data structures necessary to support multiple Section Header blocks. | Michael Mann | 2016-06-01 | 1 | -2/+2 |
* | Making wiretap option blocks more generic. | Michael Mann | 2016-02-23 | 1 | -4/+6 |
* | No need for a routine to return a GSList of extensions for compressed files. | Guy Harris | 2016-01-29 | 1 | -2/+5 |
* | Add a comment for is_stdout. | Guy Harris | 2015-11-10 | 1 | -1/+1 |
* | Skip only the actual file descriptor close when writing to stdout. | Guy Harris | 2015-11-10 | 1 | -0/+1 |
* | Call the dumper routine to finish write a file the "finish" routine. | Guy Harris | 2015-11-09 | 1 | -8/+8 |
* | More unnecessary <stdio.h> includes. | Guy Harris | 2015-11-08 | 1 | -1/+0 |
* | Remove unused struct member from wtap | Hadriel Kaplan | 2015-08-20 | 1 | -1/+0 |
* | Pcapng: support Name Resolution Block options | Hadriel Kaplan | 2015-08-06 | 1 | -3/+5 |
* | Remove some unneeded includes of <sys/time.h>. | Guy Harris | 2015-02-28 | 1 | -4/+0 |
* | Handle "I can't map this for that file format" better. | Guy Harris | 2014-12-18 | 1 | -1/+1 |
* | Add some higher-level file-read APIs and use them. | Guy Harris | 2014-10-07 | 1 | -27/+37 |
* | Make the time stamp resolution per-packet. | Guy Harris | 2014-09-28 | 1 | -4/+12 |
* | Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records." | Guy Harris | 2014-05-23 | 1 | -4/+4 |
* | Allow wtap_read() and wtap_seek_read() to return non-packet records. | Guy Harris | 2014-05-23 | 1 | -4/+4 |
* | wiretap: remove unused code, drop number_of_interfaces | Peter Wu | 2014-05-17 | 1 | -1/+0 |
* | Revert "Refactor Wiretap" | Guy Harris | 2014-05-09 | 1 | -0/+54 |
* | Refactor Wiretap | Michael Mann | 2014-05-09 | 1 | -54/+0 |
* | Add capture file reader/writer support for Lua so scripts can implement new c... | Michael Mann | 2014-03-19 | 1 | -5/+8 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | No seek-read routines use the length argument, so eliminate it from | Guy Harris | 2014-01-02 | 1 | -1/+1 |
* | wiretap: start using <wsutil/pint.h> | Jakub Zawadzki | 2013-12-03 | 1 | -71/+2 |
* | Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version. | Jakub Zawadzki | 2013-11-29 | 1 | -19/+0 |
* | Expand macros: htoles(), htolel(), htolell() | Jakub Zawadzki | 2013-11-29 | 1 | -5/+0 |
* | The "file types" we have are actually combinations of types and | Guy Harris | 2013-11-08 | 1 | -2/+2 |
* | Get rid of struct addrinfo, use the hastables for name resolution instead. | Anders Broman | 2013-09-22 | 1 | -1/+1 |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -1/+14 |
* | From beroset: | Anders Broman | 2013-03-17 | 1 | -2/+2 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -3/+0 |
* | Export libwiretap symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-02-28 | 1 | -1/+5 |
* | Wrap lines a little differently. | Guy Harris | 2012-10-18 | 1 | -2/+3 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -3/+1 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | file_seek() used to be a wrapper around fseek() or gzseek(), both of | Guy Harris | 2012-05-04 | 1 | -2/+0 |
* | Put the pseudo-header information for Veriwave packets into the buffer | Guy Harris | 2012-04-26 | 1 | -0/+10 |
* | Fix some indentation errors from the previous change. | Guy Harris | 2012-04-18 | 1 | -3/+3 |
* | Get rid of tabs, so we don't have to worry about 4-space vs. 8-space tabs. | Guy Harris | 2012-04-18 | 1 | -160/+161 |
* | Handle reading and writing of multiple IDB:s, write IDB options and use corre... | Anders Broman | 2012-02-20 | 1 | -3/+11 |
* | Make it possible to get inforamtion from the read SHB to the one to write out. | Anders Broman | 2012-02-15 | 1 | -3/+5 |
* | White space changes. | Anders Broman | 2012-02-13 | 1 | -4/+4 |
* | Add the abillity to read and write option comments unedited. | Anders Broman | 2012-02-11 | 1 | -21/+21 |
* | Add pcapng variables to wtap_pkthdr. | Anders Broman | 2012-02-09 | 1 | -4/+6 |
* | Replace wtap_file_extensions_string() with a routine that returns a | Guy Harris | 2012-01-21 | 1 | -0/+3 |
* | Rename pletonll() to reflect what it actually does, namely convert a | Guy Harris | 2011-11-17 | 1 | -2/+2 |
* | A new macro needed by the WTAP_ENCAP_PER_PACKET support for writing | Guy Harris | 2011-11-17 | 1 | -0/+8 |
* | Fix ex "modeline" so it works; | Bill Meier | 2011-09-21 | 1 | -1/+1 |
* | Use guint8 rather than guchar for raw octets and pointers to arrays of | Guy Harris | 2011-09-01 | 1 | -1/+1 |
* | The only place where we care about zlib is file_wrappers.c; include | Guy Harris | 2011-06-09 | 1 | -4/+0 |
* | Fix wiretap headers to allow error-free ABI dumping. | Balint Reczey | 2011-06-04 | 1 | -2/+0 |