aboutsummaryrefslogtreecommitdiffstats
path: root/tap-dcerpcstat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* replace info field "gboolean request" by "guint8 ptype",Ulf Lamping2004-05-071-2/+2
* DCE RPC statistics are maintained only by major version, not by majorGuy Harris2004-01-191-8/+24
* Trivial signed/unsigned warning fixesJörg Mayer2004-01-191-2/+2
* DCE RPC version numbers are unsigned - print them with "%u".Guy Harris2003-12-151-7/+16
* fix to various stats tables.Ronnie Sahlberg2003-09-031-5/+4
* Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris2003-04-231-3/+7
* Allow taps to have menu item registration routines; the menu itemGuy Harris2003-04-231-2/+2
* From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris2002-10-311-11/+47
* From Ronnie Sahlberg: ONLY calculate RTT values for replies we haveGuy Harris2002-10-251-1/+5
* From Ronnie Sahlberg: add a tap for statistics for DCERPC interfaces.Guy Harris2002-10-231-0/+241