aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-07COSE: Cleanup custom dissector keys with new APIBrian Sipos1-2/+2
2022-10-03RPC: Do not truncate string blindlyJoão Valverde1-13/+14
2022-09-10Dissector names are not protocol names.Guy Harris1-0/+4
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-8/+8
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-04-12Qt: Update our dynamic menu groups.Gerald Combs1-1/+1
2022-02-01ONC-RPC: when a GSS context is destroyed, NULL proc Verifier must be dissectedVolodymyr Khomenko1-7/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+1
2021-10-08RPC: Don't defragment without the entire fragmentJohn Thacker1-89/+90
2021-08-31iwarp_mpa: fix iWarp MPA for NFS-over-RDMAJorge Mora1-4/+9
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+2
2021-02-07rpc: populate stats table rows only onceMartin Kaiser1-3/+8
2021-01-31rpc: create the statistics table only onceMartin Kaiser1-4/+7
2021-01-13rpc: remove a variable that is always 0Martin Kaiser1-2/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-08-12RPC: partially dissect GSS NFS truncated packetsJorge Mora1-0/+9
2020-05-03Some more issues identified by PVS-Studio.Martin Mathieson1-6/+6
2020-05-03Fix some issues seen with a fresh run of PVS StudioMartin Mathieson1-2/+1
2020-01-20RPC: trivial prettification.Martin Mathieson1-1/+1
2019-09-04Load environment vars to globals for efficency.Anders Broman1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-16/+16
2019-01-28Update a column to reflect the underlying issue.Guy Harris1-4/+10
2019-01-28rpc: don't set fence on COL_PROTOCOL.Dario Lombardo1-6/+5
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