| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the windows builds work again. | Anders Broman | 2011-06-06 | 1 | -1/+1 |
* | Add support for LOAD() calculations to tshark too just like I incorrectly | Ronnie Sahlberg | 2011-06-06 | 1 | -13/+61 |
* | From Cal Turney: | Anders Broman | 2011-06-05 | 1 | -78/+170 |
* | Cleanup: g_malloc can't return NULL, remove checks for them. | Jakub Zawadzki | 2011-05-04 | 1 | -4/+0 |
* | Allow <interval> to be successfully sscanf'd no matter the locale for the | Chris Maynard | 2010-11-17 | 1 | -2/+5 |
* | Remove unnecessary include: register.h | Jeff Morriss | 2010-09-23 | 1 | -1/+0 |
* | Print 32-bit counters with the right format. | Guy Harris | 2010-03-26 | 1 | -2/+2 |
* | If we have more than 4294967295 items, we have a real problem, as we | Guy Harris | 2010-03-26 | 1 | -4/+5 |
* | Use one space and a larger printf field width instead of many spaces and a | Jeff Morriss | 2010-03-26 | 1 | -49/+49 |
* | Use 64-bit counters throughout. This fixes https://bugs.wireshark.org/bugzil... | Jeff Morriss | 2010-03-26 | 1 | -45/+82 |
* | Fix various gcc -Wshadow warnings. | Bill Meier | 2010-01-29 | 1 | -4/+4 |
* | Made some functions static. | Stig Bjørlykke | 2009-10-19 | 1 | -1/+1 |
* | Squelch a couple of Clang Static Analyzer warnings. | Gerald Combs | 2009-08-05 | 1 | -1/+1 |
* | Have tap listeners specify whether the "packet" routine requires | Guy Harris | 2009-06-05 | 1 | -6/+4 |
* | As suggested on wireshark-users, when using io,stat in tshark, make an | Sake Blok | 2009-03-12 | 1 | -7/+20 |
* | Rewrote to use g_strlcpy and g_strlcat. | Stig Bjørlykke | 2008-03-02 | 1 | -2/+2 |
* | More rewrite of prohibited APIs (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-03 | 1 | -2/+1 |
* | Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup. | Stig Bjørlykke | 2008-01-24 | 1 | -3/+3 |
* | fix MSVC warnings of / and set CFLAGS to block new warnings | Ulf Lamping | 2007-03-21 | 1 | -4/+4 |
* | Add separate union entries to fvalue.value for signed and unsigned | Martin Mathieson | 2007-01-18 | 1 | -7/+23 |
* | Tethereal/tethereal -> TShark/tshark. | Gerald Combs | 2006-05-31 | 1 | -10/+10 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -10/+10 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | add an userdata argument to register_stat_cmd_arg() and its callback to use ... | Luis Ontanon | 2006-02-11 | 1 | -2/+2 |
* | Make the processing of "-z" arguments in the Tethereal I/O stat tap more | Guy Harris | 2005-10-27 | 1 | -89/+102 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -1/+1 |
* | Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with | Guy Harris | 2005-08-20 | 1 | -1/+1 |
* | Move the stats.[ch] stuff into epan, so plugins can use it. | Guy Harris | 2005-08-19 | 1 | -1/+1 |
* | Move the APIs for registering and processing "-z" command-line arguments | Guy Harris | 2005-08-19 | 1 | -1/+2 |
* | Last set of char -> const char trivial warning fixes. | Jörg Mayer | 2005-08-06 | 1 | -4/+4 |
* | Squelch more const warnings (and fix some memory leaks that found). | Guy Harris | 2005-08-06 | 1 | -3/+4 |
* | Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as | Guy Harris | 2005-04-01 | 1 | -1/+1 |
* | Fix the signature of "iostat_packet()" - the pointer to data supplied by | Guy Harris | 2005-01-01 | 1 | -1/+1 |
* | Make the signatures of functions passed to "register_tap_listener()" | Guy Harris | 2005-01-01 | 1 | -4/+5 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | From Didier Gautheron: put an "fvalue_t" structure into a "field_info" | Guy Harris | 2003-12-02 | 1 | -10/+10 |
* | Fix display bug for interval. Interval was displayed as seconds and not in | Ronnie Sahlberg | 2003-04-29 | 1 | -3/+3 |
* | Update to io-stat for tethereal. | Ronnie Sahlberg | 2003-04-24 | 1 | -57/+388 |
* | Make "register_tap_listener()" return NULL on success and a "GString *" | Guy Harris | 2003-04-23 | 1 | -3/+8 |
* | Allow taps to have menu item registration routines; the menu item | Guy Harris | 2003-04-23 | 1 | -2/+2 |
* | Update to the io,stat tethereal tap. | Ronnie Sahlberg | 2003-04-22 | 1 | -12/+22 |
* | Gtk1 version of io-stat | Ronnie Sahlberg | 2002-11-15 | 1 | -7/+1 |
* | Use "strchr()", not "index()"; MSVC++ doesn't declare "index()" or | Guy Harris | 2002-11-01 | 1 | -3/+3 |
* | New tap for tethereal: io statistics that provides frames/bytes counts for fr... | Ronnie Sahlberg | 2002-11-01 | 1 | -0/+313 |