aboutsummaryrefslogtreecommitdiffstats
path: root/tap-dcerpcstat.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+1
2007-12-05Use G_GINT64_MODIFIER to print gint64's and guint64's.Guy Harris1-1/+1
2007-04-16Wireshark now requires support for 64-bit types so there's no need to #ifdefJeff Morriss1-7/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-5/+5
2006-05-28Ethereal->WiresharkAnders Broman1-5/+5
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-2/+2
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-6/+1
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-1/+2
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-2/+2
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-2/+2
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-07replace info field "gboolean request" by "guint8 ptype",Ulf Lamping1-2/+2
2004-01-19DCE RPC statistics are maintained only by major version, not by majorGuy Harris1-8/+24
2004-01-19Trivial signed/unsigned warning fixesJörg Mayer1-2/+2
2003-12-15DCE RPC version numbers are unsigned - print them with "%u".Guy Harris1-7/+16
2003-09-03fix to various stats tables.Ronnie Sahlberg1-5/+4
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-3/+7
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-2/+2
2002-10-31From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris1-11/+47
2002-10-25From Ronnie Sahlberg: ONLY calculate RTT values for replies we haveGuy Harris1-1/+5
2002-10-23From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris1-0/+241