aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann1-13/+14
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-02Remove rpc_defrag.hMichael Mann1-2/+6
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-20/+19
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-15/+13
2013-08-31More wmem.Evan Huus1-40/+39
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-4/+4
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-2/+1
2013-05-31Get rid of most of the if(tree) checks: the proto_tree_add_*() functionsJeff Morriss1-72/+49
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-6/+15
2013-03-14From beroset:Anders Broman1-31/+31
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-21/+17
2012-12-27From Pawel Dziepak:dissect_rpc_array causes assertion fault when array is emp...Anders Broman1-7/+8
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-3/+3
2012-10-26Revert revision 44921.Evan Huus1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-3/+3
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-31From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7306 :Pascal Quantin1-2/+15
2012-05-21From Evan Huus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7271 :pascal1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-1/+2
2012-05-11Remove useless '+0' in proto_tree_add_* function callspascal1-70/+70
2012-05-11From Niels de Vos:pascal1-0/+17
2012-05-11From Niels de Vos:pascal1-66/+51