aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-8/+8
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-08-10dissector/gluster: Add dissector for Gluster 4.0 protocolPoornima G1-0/+41
2018-05-17rpc: fix issue found by PVS Studio (V523)Alexis La Goutte1-6/+0
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-23/+23
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-32/+19
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-12/+4
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