aboutsummaryrefslogtreecommitdiffstats
path: root/packet-stat-notify.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-01Updated all remaining ONC-RPC dissectors to pass the procedure name ↵sahlberg1-3/+12
value_string in the call to prc_init_proc_table() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6528 f5534014-38df-0310-8fa8-9805f1628bb7
2002-10-23Add an extra argument to "rpc_init_proc_table()" that can specify an hf_guy1-2/+2
value for a field to be used for the procedure number for that version of the protocol; use that field, if specified, instead of just putting in a generic "rpc.procedure" field. Have the ypserv dissector register those fields and supply them to "rpc_init_proc_table()". Supply -1 for other RPC programs (for now), meaning "no such field exists". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6486 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-3/+3
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5932 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.girlich1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5090 f5534014-38df-0310-8fa8-9805f1628bb7
2001-12-23From Ronnie Sahlberg: initial NDMPv3 support, and an update to hisguy1-2/+2
e-mail address. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4444 f5534014-38df-0310-8fa8-9805f1628bb7
2001-09-13Make the filter name for the status monitor callback "statnotify", toguy1-2/+2
match the name in the filterable fields; make the short name "STAT-CB" again. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3927 f5534014-38df-0310-8fa8-9805f1628bb7
2001-09-13NLM fix, and change of status monitor callback protocol name to use "_"guy1-2/+2
rather than "-" ("-" upsets the display filter parser), from Ronnie Sahlberg. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3924 f5534014-38df-0310-8fa8-9805f1628bb7
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
"header_field_info" structure, including the ones that are later set by the routines to register fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3561 f5534014-38df-0310-8fa8-9805f1628bb7
2001-06-12Give a number of files RCS IDs.guy1-1/+1
Give "proto_hier_stats.h" a standard header. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3540 f5534014-38df-0310-8fa8-9805f1628bb7
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getguy1-3/+3
rid of support for them, and remove the "_tvb" from the end of the names of RPC type dissection routines. Update Gerald's e-mail address. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3477 f5534014-38df-0310-8fa8-9805f1628bb7
2001-03-15Rename "stat.priv" to "statnotify.priv", to avoid colliding with the NSMguy1-1/+1
"stat.priv". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3141 f5534014-38df-0310-8fa8-9805f1628bb7
2001-03-15Status monitor callback protocol support, from Ronnie Sahlberg.guy1-0/+103
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3140 f5534014-38df-0310-8fa8-9805f1628bb7