aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-03-02Remove useless pointer checks (CID 281378)Jaap Keuter1-2/+2
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-14Fix format string warnings [-Wformat=]João Valverde1-1/+1
2016-02-10Mark RPC fragments as such in the Protocol and Info columns.Guy Harris1-5/+12
2016-02-10Don't try reassembly on fragments sliced short during capture.Guy Harris1-6/+9
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-18/+18
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-4/+4
2016-01-21RPC: Fix warnings [-Wcast-qual]João Valverde1-5/+5
2016-01-05When dissecting fragments heuristically, check for incomplete RPC messages.Guy Harris1-353/+443
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-5/+5
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle_with_name -> create_dissector_handle_with_nameMichael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+4
2015-11-10RPC: call REPORT_DISSECTOR_BUG() rather than abort().Jeff Morriss1-3/+9
2015-11-07Further refactor GSS_API dissectors to pass gssapi_encrypt_info_t structure b...Michael Mann1-17/+18
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