aboutsummaryrefslogtreecommitdiffstats
path: root/tap-dcerpcstat.c
AgeCommit message (Expand)AuthorFilesLines
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