| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an enum for the open-routine return value, as per Evan Huus's suggestion. | Guy Harris | 2014-10-09 | 1 | -5/+5 |
* | Make the time stamp resolution per-packet. | Guy Harris | 2014-09-28 | 1 | -1/+1 |
* | Rename buffer_ routines to ws_buffer_ to avoid name collisions. | Guy Harris | 2014-08-02 | 1 | -2/+2 |
* | Only one buffer.c, please. | Guy Harris | 2014-07-15 | 1 | -1/+1 |
* | Allow wtap_read() and wtap_seek_read() to return records other than packets. | Guy Harris | 2014-05-24 | 1 | -0/+1 |
* | Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records." | Guy Harris | 2014-05-23 | 1 | -13/+13 |
* | Allow wtap_read() and wtap_seek_read() to return non-packet records. | Guy Harris | 2014-05-23 | 1 | -13/+13 |
* | Revert "Refactor Wiretap" | Guy Harris | 2014-05-09 | 1 | -39/+36 |
* | Refactor Wiretap | Michael Mann | 2014-05-09 | 1 | -36/+39 |
* | 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 | -2/+2 |
* | Use the packet length read from the packet header when reading packets | Guy Harris | 2013-12-31 | 1 | -8/+9 |
* | (Trivial) whitespace cleanup (mostly trailing whitespace). | Bill Meier | 2013-11-08 | 1 | -7/+7 |
* | The "file types" we have are actually combinations of types and | Guy Harris | 2013-11-08 | 1 | -1/+1 |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -14/+14 |
* | Pull some of the code to set the struct wtap_pkthdr into | Guy Harris | 2013-06-15 | 1 | -47/+50 |
* | Update TODO list - the first two items are done, and with stuff added to | Guy Harris | 2013-01-02 | 1 | -65/+75 |
* | Use the "if (file_gets(...) == NULL) { fail }" style, as used elsewhere. | Guy Harris | 2012-12-28 | 1 | -13/+12 |
* | Errors take precedence over EOF; use file_error() after operations that | Guy Harris | 2012-12-27 | 1 | -18/+10 |
* | Do not call wtap_file_read_unknown_bytes() or | Guy Harris | 2012-12-27 | 1 | -7/+3 |
* | Fill some phdr values also when doing random read | Jakub Zawadzki | 2012-10-17 | 1 | -20/+17 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -3/+4 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Fix bug #7340 | Jakub Zawadzki | 2012-06-06 | 1 | -1/+1 |
* | file_seek() used to be a wrapper around fseek() or gzseek(), both of | Guy Harris | 2012-05-04 | 1 | -2/+0 |
* | Add a presence flag field to the packet information structure filled in | Guy Harris | 2012-02-25 | 1 | -0/+2 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -4/+4 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -13/+18 |
* | Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows. | Guy Harris | 2011-04-11 | 1 | -4/+1 |
* | Be more picky about our sscanf integer field widths. Hopefully this will | Gerald Combs | 2011-04-07 | 1 | -1/+1 |
* | Use the same style in netscreen_seek_read() that we use in | Guy Harris | 2011-03-22 | 1 | -1/+5 |
* | Fix for bug 5762, wireshark asserts on reading juniper snoop output when no h... | Sake Blok | 2011-03-21 | 1 | -1/+1 |
* | Fix for bug 3469: | Sake Blok | 2009-05-25 | 1 | -10/+27 |
* | P64 fixes. | Gerald Combs | 2009-03-09 | 1 | -1/+1 |
* | From babi: Fix three overflows (bugs 3150 and 3151). | Gerald Combs | 2008-12-20 | 1 | -1/+1 |
* | strncpy -> g_strlcpy | Anders Broman | 2008-05-08 | 1 | -2/+1 |
* | Added correct svn propset settings to wiretap/netscreen.[ch] | Sake Blok | 2007-11-15 | 1 | -0/+2 |
* | When reading NetScreen snoop output, only use WTAP_ENCAP_PER_PACKET | Sake Blok | 2007-09-29 | 1 | -1/+23 |
* | When reading NetScreen snoop output, allow the '.' in interface names | Sake Blok | 2007-09-28 | 1 | -1/+1 |
* | Allow the output of NetScreen VSI interfaces to be parsed. | Sake Blok | 2007-09-25 | 1 | -1/+1 |
* | This patch solves two issue with the NetScreen wiretap routine: | Sake Blok | 2007-09-01 | 1 | -7/+7 |
* | (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717) | Sake Blok | 2007-08-17 | 1 | -0/+437 |