aboutsummaryrefslogtreecommitdiffstats
path: root/tap-smbstat.c
Commit message (Expand)AuthorAgeFilesLines
* Start moving files to ui/ and ui/cli/Jörg Mayer2012-02-171-260/+0
* From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.htmlChris Maynard2011-03-231-3/+3
* From Cal Turney via bug 4964: Round & display 6 decimal places in tshark SRTs.Chris Maynard2011-01-141-43/+31
* Use value_string_ext fcns to access certain value_string arrays.Bill Meier2010-10-291-3/+3
* Remove unnecessary include: register.hJeff Morriss2010-09-231-1/+0
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+1
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-2/+1
* Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's andGuy Harris2007-12-061-3/+3
* Wireshark now requires support for 64-bit types so there's no need to #ifdefJeff Morriss2007-04-161-13/+6
* include ememRonnie Sahlberg2006-06-181-0/+1
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-2/+2
* Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris2005-09-171-1/+1
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-3/+2
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
* Use get_timedelta() to get the difference between two times.Guy Harris2005-08-201-8/+5
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-1/+2
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-2/+2
* Add an extra_info_type field to smb_extra_info_t so that we can makeGerald Combs2005-04-161-2/+2
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-2/+2
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-1/+5
* Update to SMB service response time stats.Ronnie Sahlberg2003-09-281-5/+11
* From Lars Roland:Guy Harris2003-04-251-52/+27
* Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris2003-04-231-4/+7
* Allow taps to have menu item registration routines; the menu itemGuy Harris2003-04-231-2/+2
* New files for the SMB RTT statistics featureRonnie Sahlberg2003-01-221-0/+300