aboutsummaryrefslogtreecommitdiffstats
path: root/tap-dcerpcstat.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy1-1/+1
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-18Move dissectors to epan/dissectors directory.gram1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-07replace info field "gboolean request" by "guint8 ptype",ulfl1-2/+2
2004-01-19DCE RPC statistics are maintained only by major version, not by majorguy1-8/+24
2004-01-19Trivial signed/unsigned warning fixesjmayer1-2/+2
2003-12-15DCE RPC version numbers are unsigned - print them with "%u".guy1-7/+16
2003-09-03fix to various stats tables.sahlberg1-5/+4
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"guy1-3/+7
2003-04-23Allow taps to have menu item registration routines; the menu itemguy1-2/+2
2002-10-31From Ronnie Sahlberg: have a registration interface for tap listeners,guy1-11/+47
2002-10-25From Ronnie Sahlberg: ONLY calculate RTT values for replies we haveguy1-1/+5
2002-10-23From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.guy1-0/+241