aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-30RPC: fix crash when calling NLMv4 SRT statisticsPascal Quantin1-6/+16
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-1/+1
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-07Switch the floats in stat_tap table items to doubles.Gerald Combs1-2/+2
2015-08-07Try to fix packet-rpc.c:3909: warning: implicit conversion shortens 64-bit va...AndersBroman1-2/+2
2015-08-07Add ONC RPC program stats.Gerald Combs1-0/+164
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris1-53/+50
2015-07-21Don't make dummy RPC program entries.Guy Harris1-60/+38
2015-07-19Require dissectors for all ONC RPC calls and replies.Guy Harris1-11/+41
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-07-05RPC: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-6/+8
2015-07-03rpc: use direct hashing rather than malloced intsEvan Huus1-20/+16
2015-07-02RPC: do not add a protocol without dissection function to the dissector tablePascal Quantin1-1/+1
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann1-72/+61
2015-07-02Have RPC program hash table use native gtk hash functions.Michael Mann1-45/+18
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann1-7/+8
2015-06-25Bugfix parsing filters out of SRT tables with parameters.Michael Mann1-1/+1
2015-06-21Further refactor SRT stats.Michael Mann1-1/+127
2015-06-16packet-nfs: flexfile layoutget supportWeston Andros Adamson1-0/+19
2015-06-08rpc: Support IB transportSlava Shwartsman1-3/+3
2015-05-27Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-20/+13
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-3/+3
2014-12-26rpc: Prevent "malformed" for RPC 'NULL proc' packets.Bill Meier1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-8/+0
2014-11-13Eliminate proto_tree_add_text for some dissectors.Michael Mann1-38/+48
2014-11-06rpc: fix regression in gbfc5483174dEvan Huus1-1/+1
2014-11-05rpc: take a file-scope copy of some RPC proceduresEvan Huus1-11/+3
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-105/+105
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-07-06Use g_hash_table_new_full to free some valuesEvan Huus1-2/+12
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-65/+30
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-16NFS: We need to pass data through to the dissect_rpc_list() callbackRonnie Sahlberg1-2/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-2/+2
2013-12-21fix some warnings.Jakub Zawadzki1-8/+7
2013-12-12- Make local functions static.Anders Broman1-0/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-2/+2
2013-11-10Have rpc_call_info_value be passed through to (sub)dissectors instead of usin...Michael Mann1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1