| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of -Wshadow warning - I guess we're including something that | Guy Harris | 2013-08-14 | 39 | -175/+175 |
* | Add missing return (reported as missing break by coverity) | Martin Mathieson | 2013-08-13 | 1 | -1/+2 |
* | Replace tabs with spaces. Add modelines. | Chris Maynard | 2013-08-09 | 1 | -21/+34 |
* | Patch for bug 9014. If the relative time is negative, it is set to that of th... | Cal Turney | 2013-08-09 | 1 | -11/+21 |
* | Apply same changes to common stats to tshark tap | Martin Mathieson | 2013-08-08 | 1 | -6/+12 |
* | Replace relative timestamp with reference frame number. Saves 16B per frame. | Jakub Zawadzki | 2013-07-21 | 3 | -14/+14 |
* | Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th... | Jeff Morriss | 2013-07-15 | 1 | -1/+3 |
* | Throw in a cast to squelch warnings about a value not fitting in a | Guy Harris | 2013-07-11 | 1 | -4/+2 |
* | Get rid of an unused variable. | Guy Harris | 2013-07-11 | 1 | -3/+4 |
* | From Cal Turney: | Anders Broman | 2013-07-10 | 1 | -62/+113 |
* | From Joe McEachern: | Anders Broman | 2013-07-10 | 1 | -1/+1 |
* | From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8888 | Evan Huus | 2013-07-06 | 1 | -1/+1 |
* | Move tap-*-common.{h,c} into ui/ since that's the home for common UI functions. | Jeff Morriss | 2013-06-26 | 2 | -2/+2 |
* | Move tempfile.{h,c} into wsutil. | Jeff Morriss | 2013-06-26 | 1 | -1/+1 |
* | As pointed out by Guy: timestats uses packet_info so it belongs in epan | Jeff Morriss | 2013-06-26 | 8 | -8/+8 |
* | Move a couple of time-related modules into wsutil. | Jeff Morriss | 2013-06-25 | 11 | -11/+8 |
* | In ICMP taps, don't use g_slist_insert_sorted (which results in | Evan Huus | 2013-05-28 | 2 | -4/+10 |
* | Make routines not used outside their source files static. | Guy Harris | 2013-05-22 | 1 | -2/+2 |
* | The printf format may require 2 arguments passed and if it does, the second a... | Michael Mann | 2013-05-20 | 1 | -1/+1 |
* | Add the posibillity to use a key for per-packet-data. | Anders Broman | 2013-05-12 | 1 | -1/+1 |
* | From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=86... | Jeff Morriss | 2013-05-03 | 1 | -5/+6 |
* | Rename value string (and similar) functions to use a consistent pattern. This | Evan Huus | 2013-03-29 | 1 | -1/+1 |
* | -Wmissing-prototypes | Anders Broman | 2013-03-28 | 1 | -1/+1 |
* | From beroset: | Bill Meier | 2013-03-20 | 9 | -11/+11 |
* | Use explicit casts. | Anders Broman | 2013-03-07 | 3 | -14/+14 |
* | Use explicit casts. | Anders Broman | 2013-03-07 | 15 | -57/+57 |
* | Use explicit casts. | Anders Broman | 2013-03-06 | 15 | -77/+77 |
* | Use explicit casts. | Anders Broman | 2013-03-05 | 4 | -22/+22 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 2 | -2/+3 |
* | GPOINTER_TO_INT() is the inverse of GINT_TO_POINTER(). | Guy Harris | 2013-01-30 | 1 | -1/+1 |
* | Use optargp, not optarg, in followSsl(), as in other routines; this | Guy Harris | 2013-01-30 | 1 | -6/+6 |
* | Add support in TShark to follow SSL streams | Michael Mann | 2013-01-30 | 1 | -5/+130 |
* | Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang | Alexis La Goutte | 2013-01-06 | 1 | -1/+0 |
* | Fix a bunch of warnings. | Guy Harris | 2012-12-26 | 8 | -14/+14 |
* | Remove unused parameter from iousers_process_address_packet | Evan Huus | 2012-12-20 | 1 | -8/+8 |
* | Add absolute date options (-ad) for start date/time of conversation in TShark... | Michael Mann | 2012-12-20 | 1 | -53/+103 |
* | Don't cast away const qualifier. | Martin Mathieson | 2012-12-16 | 3 | -5/+5 |
* | Fix [-Wshadow] warnings. | Bill Meier | 2012-12-06 | 1 | -14/+14 |
* | Use g_malloc0() to initialize the counters. MAC was using uninitialized | Martin Mathieson | 2012-12-05 | 2 | -3/+2 |
* | Add %DL padding to LTE MAC stats. | Martin Mathieson | 2012-11-27 | 1 | -2/+16 |
* | Allow <interval> to be successfully sscanf'd no matter the locale for the | Chris Maynard | 2012-10-24 | 1 | -118/+129 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 39 | -111/+33 |
* | Add python cache and temporary files to the list of files to clean up. | Jeff Morriss | 2012-09-18 | 1 | -1/+3 |
* | If we have PYTHON use make-tap-reg.py (in both autofoo and Windows): it's | Jeff Morriss | 2012-09-18 | 2 | -6/+22 |
* | From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725 | Evan Huus | 2012-09-15 | 1 | -0/+6 |
* | Add default branch to try to fix buildbot [-Werror=switch] | Anders Broman | 2012-09-02 | 1 | -0/+2 |
* | From Cal Turney: Incorrect io-stat table format when unsupported -t operand i... | Anders Broman | 2012-09-02 | 1 | -24/+29 |
* | From Cal Turney: Fix Performance regression in tshark -z io,stat https://bugs... | Anders Broman | 2012-08-31 | 1 | -116/+124 |
* | From Evan Huus: | Anders Broman | 2012-07-09 | 1 | -0/+1 |
* | Take yet more care not to be dividing by zero when calculating the bit | Martin Mathieson | 2012-07-06 | 2 | -1/+15 |