aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-1/+1
2022-09-12Give dissectors a descriptive string.Guy Harris1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-06-14epan: Remove fragment_get_reassembled()John Thacker1-1/+1
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-3/+3
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-22DCERPC: Strengthen heuristic, fix PDU lengthJohn Thacker1-6/+22
2021-09-28guids: wmem-scope lookupsEvan Huus1-9/+9
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-26/+26
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft1-1/+1
2021-06-22dcerpc: Fix warning found by Clang AnalyzerAlexis La Goutte1-0/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-16/+16
2020-09-29dcerpc: Fix Dead StoreAlexis La Goutte1-1/+0
2020-08-21dcerpc: add more URLs.Guy Harris1-0/+2
2020-08-03DCERPC: Make heuristics more discriminatingJohn Thacker1-4/+18
2020-06-30Set member variables in initialiser list (rather than in CTOR bodies).Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-8/+8
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2020-01-22packet-dcerpc: pass down header/trailer for hdr_signingStefan Metzmacher1-3/+101
2019-11-04Get rid of proto_tree_add_debug_text() callsPascal Quantin1-7/+9
2019-08-27DCERPC: workaround that pidl always emits dissect_deferred_pointers()Ralph Boehme1-2/+7
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-8/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-19/+19
2019-03-17Constification, to remove some compiler warnings.Guy Harris1-2/+2
2019-02-20DCERPC: fix parsign of big endian UTF-16 stringJiajun Wang1-12/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-7/+7
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-12/+12
2018-10-12DCERPC: fix memleak by removing dummy element from ndr_pointer_listPeter Wu1-30/+27
2018-10-12DCERPC: simplify pointer list trackingPeter Wu1-31/+20
2018-10-11DCERPC: remove unused variable and mark another global as staticPeter Wu1-4/+1
2018-07-04Distinguish between "reserved for implementation" and "reserved for future use".Guy Harris1-15/+15
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-3/+3
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-02-17dcerpc_decode_as_change() doesn't need to change the old binding.Guy Harris1-8/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-18dcerpc: remove use-after-free (found by clang).Dario Lombardo1-1/+1
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-6/+3
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-5/+2
2017-09-24Replace DISSECTOR_ASSERT(hfinfo->type == FT_STRING) with DISSECTOR_ASSERT_FIE...Guy Harris1-2/+2
2017-07-09packet-dcerpc: move auth information into a subtreeStefan Metzmacher1-0/+31
2017-07-09packet-dcerpc: improve the dissection of DCERPC Fault pdusStefan Metzmacher1-16/+56
2017-07-06Ensure expert info fields have a summary.D. Ulis1-10/+10