| Commit message (Expand) | Author | Age | Files | Lines |
* | No seek-read routines use the length argument, so eliminate it from | Guy Harris | 2014-01-02 | 50 | -149/+93 |
* | Don't use the length argument to the seek-read routine; no other | Guy Harris | 2014-01-02 | 1 | -11/+3 |
* | Don't pass the wtap * to a routine if it's not needed. | Guy Harris | 2014-01-02 | 1 | -22/+17 |
* | Fill in the struct wtap_pkthdr in the seek-read routine. | Guy Harris | 2014-01-02 | 1 | -41/+56 |
* | Have a routine that reads and processes the record header, and use it in | Guy Harris | 2014-01-02 | 1 | -74/+58 |
* | Process the packet header and data in common code, shared by the read | Guy Harris | 2014-01-02 | 1 | -297/+246 |
* | Read the packet header in the seek-read routines as well as the read | Guy Harris | 2014-01-02 | 1 | -18/+82 |
* | If the uncompression buffers are empty, they have no data; set the count | Guy Harris | 2014-01-01 | 1 | -0/+4 |
* | Back out r54523 - more work is needed on it, and some testing found an | Guy Harris | 2014-01-01 | 1 | -12/+4 |
* | Use a common code path for most of both sequential and random file | Guy Harris | 2013-12-31 | 1 | -43/+63 |
* | Back out a change so that we can check it in again with the correct | Guy Harris | 2013-12-31 | 1 | -63/+43 |
* | When reading MIME-encapsulated files, read the entire file at once, | Guy Harris | 2013-12-31 | 1 | -46/+54 |
* | When reading MIME-encapsulated files, read the entire file at once, | Guy Harris | 2013-12-31 | 1 | -43/+63 |
* | When reading sequentially, pass the packet data length to | Guy Harris | 2013-12-31 | 1 | -4/+12 |
* | Use the packet length read from the packet header when reading packets | Guy Harris | 2013-12-31 | 1 | -2/+2 |
* | Trust the packet length we calculate when reading packets randomly. | Guy Harris | 2013-12-31 | 1 | -8/+1 |
* | Make it clearer that we're using the packet length read from the packet | Guy Harris | 2013-12-31 | 1 | -1/+2 |
* | Use the packet length read from the packet header when reading packets | Guy Harris | 2013-12-31 | 1 | -2/+3 |
* | Use the packet length read from the packet header when reading packets | Guy Harris | 2013-12-31 | 1 | -8/+9 |
* | Use the packet length read from the packet header, and check for an EOF | Guy Harris | 2013-12-31 | 1 | -3/+7 |
* | Use the packet length read from the packet header, and check for an EOF | Guy Harris | 2013-12-31 | 1 | -3/+6 |
* | Clean up white space. | Guy Harris | 2013-12-30 | 1 | -3/+3 |
* | Add an "ATM reassembly failed" flag for capture file readers to provide, | Guy Harris | 2013-12-30 | 2 | -2/+9 |
* | Fix a couple of old typos; | Bill Meier | 2013-12-30 | 1 | -20/+43 |
* | Squelch compiler warnings. | Guy Harris | 2013-12-30 | 1 | -8/+5 |
* | More reverse engineering. | Guy Harris | 2013-12-30 | 1 | -64/+298 |
* | For file formats that don't have magic numbers, so they're recognized by | Guy Harris | 2013-12-30 | 2 | -65/+375 |
* | use the correct record length for an IPv6 record in the NRB | Martin Kaiser | 2013-12-28 | 1 | -2/+3 |
* | Add some new tags seen. | Guy Harris | 2013-12-26 | 1 | -1/+48 |
* | isascii(x) && isprint(x) -> g_ascii_isprint(x) | Jakub Zawadzki | 2013-12-21 | 1 | -1/+1 |
* | Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx) | Jakub Zawadzki | 2013-12-20 | 2 | -8/+8 |
* | Get rid of trailing periods in some error messages for consistency; the | Guy Harris | 2013-12-17 | 2 | -7/+7 |
* | Cast away shorten-64-to-32 warnings. | Gerald Combs | 2013-12-14 | 1 | -5/+5 |
* | Squelch a bunch of shorten-64-to-32 warnings by parsing all of our | Gerald Combs | 2013-12-14 | 1 | -14/+16 |
* | And another one. | Guy Harris | 2013-12-13 | 1 | -2/+2 |
* | Add some more file types misidentified as VWR files. | Guy Harris | 2013-12-13 | 1 | -4/+4 |
* | The IxVeriWave heuristic now gets more false positives (after, I | Guy Harris | 2013-12-13 | 1 | -1/+6 |
* | Appease Visual Studio Code Analysis by ensuring that the string in csec[] is ... | Chris Maynard | 2013-12-12 | 1 | -0/+1 |
* | Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/ | Jakub Zawadzki | 2013-12-07 | 3 | -0/+6 |
* | wiretap: start using <wsutil/pint.h> | Jakub Zawadzki | 2013-12-03 | 23 | -329/+260 |
* | Space between STANAG and the standard number. | Guy Harris | 2013-12-02 | 1 | -1/+1 |
* | Fix encap_table_base[] array. | Jakub Zawadzki | 2013-12-02 | 2 | -3/+7 |
* | Move most of the plugin code from epan to wsutil and remove all | Guy Harris | 2013-12-02 | 2 | -0/+73 |
* | STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzil... | Michael Mann | 2013-11-30 | 3 | -1/+7 |
* | Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version. | Jakub Zawadzki | 2013-11-29 | 5 | -83/+64 |
* | Expand macros: htoles(), htolel(), htolell() | Jakub Zawadzki | 2013-11-29 | 9 | -129/+124 |
* | Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b... | Michael Mann | 2013-11-23 | 1 | -3/+15 |
* | Get rid of C++ comments. | Guy Harris | 2013-11-21 | 1 | -1/+1 |
* | Cope with empty VWR files (bug 9428) | Martin Mathieson | 2013-11-21 | 1 | -2/+9 |
* | Add support for a new type of frame data record seen in a k18 file, and | Guy Harris | 2013-11-20 | 1 | -10/+34 |