aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-24Replace DISSECTOR_ASSERT(hfinfo->type == FT_STRING) with DISSECTOR_ASSERT_FIE...Guy Harris1-1/+1
2017-08-30rpc: remove two unnecessary DISSECTOR_ASSERT()sMartin Kaiser1-2/+0
2017-08-24rpc: remove some unnecessary NULL checksMartin Kaiser1-32/+19
2017-08-21rpc: remove unnecessary NULL checkMartin Kaiser1-5/+3
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-3/+3
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-21/+7
2017-01-31format_text_wmem -> format_textMichael Mann1-2/+2
2017-01-31Add format_text_wmem.Michael Mann1-3/+2
2017-01-29Register reassembly tablesMichael Mann1-3/+2
2017-01-20rpc: add shutdown routine.Dario Lombardo1-0/+8
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-3/+3
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-12-22RPC: fix crash when using "Dissect unknown RPC program numbers" optionPascal Quantin1-4/+2
2016-12-01Check preference titles and descriptions.Gerald Combs1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-06-26conversation: rename shadow variableDario Lombardo1-2/+2
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-1/+2
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
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