aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07dcerpc-nt: add dissect_ndr_nt_SE_GROUP_ATTRIBUTESStefan Metzmacher1-9/+89
2023-11-20Remove init of proto variablesStig Bjørlykke1-46/+46
2023-11-07epan: Prepare dissectors for initialize static values to 0Stig Bjørlykke1-2/+2
2023-08-15DCERPC: Update DRSUAPI supporthidd3ncod3s Sec1-4/+7
2023-03-23Address more warnings from check_typed_item_calls.pyMartin Mathieson1-11/+11
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-4/+4
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-4/+4
2020-03-14packet-dcerpc-nt: split out cb_str_postprocess_options()Stefan Metzmacher1-60/+39
2019-12-13DCERPC: Add dissect_hresult helperGünther Deschner1-0/+22
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-03-18dcerpc-nt: remove unnecessary if (tree) checksMartin Kaiser1-47/+29
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-5/+5
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-2/+1
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-17/+5
2016-10-30DCERPC: save strings in wmem file scopePascal Quantin1-2/+2
2016-07-31Cleanup the final checkAPI g_warning complaints.Michael Mann1-1/+2
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-14/+14
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-9/+6
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-1/+1
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-32/+17
2015-03-17packet-dcerpc-*: fix alignment of dissect_ndr_ctx_hnd()Stefan Metzmacher1-0/+3
2015-01-18Update some comments to reflect reality.Guy Harris1-2/+2
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+6
2014-10-12Add support for NTTIME_hyper and NTTIME_1secMatthieu Patou1-0/+16
2014-10-11Add dissection of MIDL_NDRHEADERBLOB used in drsuapi and some other protocolsMatthieu Patou1-0/+64
2014-10-10Dissection of sid28 needs null check.Michael Mann1-2/+2
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+13
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-41/+22
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25packet-dcerpc-nt.c: fix a crash bugStefan Metzmacher1-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-59/+11
2013-11-27- Create/use several extended value_stringsBill Meier1-2/+2
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-1/+1
2013-11-06Mark more unused parameters.Evan Huus1-2/+2
2013-11-06SID28 is special kind of SID where no matter what it uses 28 bytes it's used ...Michael Mann1-2/+64
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-99/+83