aboutsummaryrefslogtreecommitdiffstats
path: root/tap-smbstat.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-23From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.htmlcmaynard1-3/+3
2011-01-14From Cal Turney via bug 4964: Round & display 6 decimal places in tshark SRTs.cmaynard1-43/+31
2010-10-29Use value_string_ext fcns to access certain value_string arrays.wmeier1-3/+3
2010-09-23Remove unnecessary include: register.hmorriss1-1/+0
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig1-2/+1
2007-12-06Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's andguy1-3/+3
2007-04-16Wireshark now requires support for 64-bit types so there's no need to #ifdefmorriss1-13/+6
2006-06-18include ememsahlberg1-0/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego1-2/+2
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsguy1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-3/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withguy1-1/+1
2005-08-20Use get_timedelta() to get the difference between two times.guy1-8/+5
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.guy1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-1/+2
2005-08-06Squelch more const warnings (and fix some memory leaks that found).guy1-2/+2
2005-04-16Add an extra_info_type field to smb_extra_info_t so that we can makegerald1-2/+2
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy1-1/+1
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatlroland1-4/+0
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aguy1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-1/+5
2003-09-28Update to SMB service response time stats.sahlberg1-5/+11
2003-04-25From Lars Roland:guy1-52/+27
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"guy1-4/+7
2003-04-23Allow taps to have menu item registration routines; the menu itemguy1-2/+2
2003-01-22New files for the SMB RTT statistics featuresahlberg1-0/+300