DCERPC: simplify pointer list tracking
[metze/wireshark/wip.git] / epan / dissectors / packet-dcerpc.c
2018-10-12 Peter WuDCERPC: simplify pointer list tracking
2018-10-11 Peter WuDCERPC: remove unused variable and mark another global...
2018-07-04 Guy HarrisDistinguish between "reserved for implementation" and...
2018-05-13 Guy HarrisGet rid of some GTK+-only stuff.
2018-04-16 Andersglib: Get rid of GLIB_CHECK_VERSION as we now require...
2018-02-17 Guy Harrisdcerpc_decode_as_change() doesn't need to change the...
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2018-01-18 Dario Lombardodcerpc: remove use-after-free (found by clang).
2017-10-29 Michael MannAdd conversation endpoint type
2017-10-28 Michael MannConvert to using find_conversation_pinfo where appropriate
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-09-24 Guy HarrisReplace DISSECTOR_ASSERT(hfinfo->type == FT_STRING...
2017-07-09 Stefan Metzmacherpacket-dcerpc: move auth information into a subtree
2017-07-09 Stefan Metzmacherpacket-dcerpc: improve the dissection of DCERPC Fault...
2017-07-06 D. UlisEnsure expert info fields have a summary.
2017-06-27 Matthieu Patoudcerpc: improve greatly the speed of processing of...
2017-06-05 Michael MannAdd DCE/RPC over TCP dissector to "force" DCE/RPC when...
2017-02-02 Michael MannGHashtable -> wmem_map conversions
2017-01-29 Michael MannRegister reassembly tables
2017-01-21 Dario Lombardodcerpc: add shutdown routine.
2017-01-10 Guy HarrisRename tvb_new_subset() to tvb_new_subset_length_caplen().
2016-11-03 Guy HarrisRTS_FLAG_NONE is a flags field value, but it's not...
2016-09-23 Stefan Metzmacherpacket-dcerpc: let dissect_dcerpc_cn_auth() always...
2016-09-20 Stefan Metzmacherpacket-dcerpc: dissect the auth verifier of PDU_CO_CANC...
2016-09-20 Stefan Metzmacherpacket-dcerpc: The opnum field is generated for PDU_RES...
2016-09-20 Stefan Metzmacherpacket-dcerpc: nca_s_fault_sec_pkg_error
2016-09-19 Guy HarrisImprove support for single-character fields and filter...
2016-08-31 Guy HarrisDon't do any Decode As stuff for dissector tables not...
2016-08-14 Michael Manndcerpc: Check dissect_ndr_ucvarray_core when looping...
2016-06-13 Martin Kaiserdcerpc: don't THROW() an exception from a dissector
2016-04-22 Pascal QuantinDo not mix wmem and glib allocators
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2016-02-26 João ValverdeAdd free_address_wmem(), fix warnings [-Wcast-qual]
2016-02-22 Michael MannSeparate hf_ fields that share filter names with FT_UIN...
2016-02-19 Alexis La Gouttedcerpc: fix Called function pointer is null (null deref...
2016-02-16 João Valverdeconst gpointer -> gconstpointer
2016-02-14 João ValverdeFix format string warnings [-Wformat=]
2016-02-08 João ValverdeRevert "Add free_address_wmem() and other extensions...
2016-02-07 João ValverdeAdd free_address_wmem() and other extensions to address API
2016-01-25 Guy HarrisMove the proto data stuff out of frame_data.[ch].
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-23 Guy HarrisAdd more fields to packet_info structure and use them.
2015-12-28 Guy HarrisEliminate more unnecessary casting away of constness.
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-10 Stefan Metzmacherpacket-smb2: provide reassembling support for Named...
2015-11-06 Guy HarrisFix 32-bit OS X buildbot.
2015-11-06 Pascal QuantinDCERPC: fix compilation with OSX buildbots and Ubuntu...
2015-11-06 Gregor Beckpacket-dcerpc: implement dissecting of rpc_sec_verifica...
2015-11-05 Dario Lombardodcerpc: add check for mutually exclusive function pointers
2015-11-05 Stefan Metzmacherpacket-dcerpc: let dcerpc_get_proto_name() handle unkno...
2015-11-05 Stefan Metzmacherpacket-dcerpc: fix dissecting of decrypted payload
2015-11-04 Guy HarrisDeclaring volatile pointers to functions is hard, let...
2015-11-04 Guy HarrisSquelch a "setjmp/longjump may clobber" warning.
2015-11-04 Michael MannDon't allow DCE/RPC dissector table to have duplicates
2015-11-04 Michael Mann(Temporarily) Allow DCE/RPC dissector table to have...
2015-11-04 Michael MannRefactor DCE/RPC dissection to include a real dissector...
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-11-02 Gregor Beckpacket-dcerpc: add proto_tree_add_dcerpc_drep()
2015-11-01 Stefan Metzmacherpacket-dcerpc: improve dissection of bind time feature...
2015-10-31 Stefan Metzmacherpacket-dcerpc: add dissect_ndr_ucarray_block()
2015-10-30 Stefan Metzmacherpacket-dcerpc: pass dcerpc_info to dcerpc_dissect_fnct_...
2015-10-29 Gregor Beckpacket-dcerpc: Move Auth padding to the right tree
2015-10-26 Jeff MorrissClean up more unnecessary use of the 'volatile' key...
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-10-14 João ValverdeChange proto_tree_add_ipv6() to take a struct e_in6_add...
2015-08-27 Michael MannEliminate proto_tree_add_text from some dissectors.
2015-08-16 Michael MannConversion of random proto_tree_add_text calls.
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-07-03 Peter WuSplit more init routines into init/cleanup functions
2015-06-25 Michael MannBugfix parsing filters out of SRT tables with parameters.
2015-06-21 Michael MannFurther refactor SRT stats.
2015-06-06 Alexis La GoutteDCERPC: There are identical sub-expressions 'tvb_report...
2015-05-31 Michael MannEliminate proto_tree_add_text from packet-dcerpc-ndr...
2015-04-18 Michael MannConvert proto_tree_add_boolean to proto_tree_add_bitmas...
2015-03-03 Guy HarrisEliminate e_uuid_t in favor of e_guid_t.
2015-01-27 Hadriel KaplanLua: Expose tcp_dissect_pdus() to Lua
2015-01-22 Stefan Metzmacherpacket-smb2: correctly dissect dcerpc traffic over...
2015-01-22 Stefan Metzmacherpacket-dcerpc: change transportsalt to guint64
2015-01-08 Michael Mannguid_to_ep_str -> guid_to_str
2014-12-29 Bill Meierdcerpc: Replace g_warning() by expert...() (dissectors...
2014-12-22 Martin MathiesonFirst batch of unincludes. Last attempt...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-07 Alexis La Gouttedcerpc: Missing break in switch (CID 280449 & 280450...
2014-12-01 Michael MannRemove private_data member from packet_info structure.
2014-11-01 AndersBromanMissed cahnges from last commit:
2014-10-31 AndersBromanFix:
2014-10-31 Michael MannUse tcp_dissect_pdus in DCE/RPC dissector when running...
2014-10-21 Guy HarrisHandle an hfindex of -1.
2014-10-19 Michael MannRemove unnecessary tvb_ensure_bytes_exist calls.
2014-09-22 Evan Huusdcerpc: correctly initialize certain struct fields
2014-09-20 Michael Mannproto_tree_add_text -> proto_tree_add_subtree[_format...
2014-09-19 Michael MannDon't assert that values fit in 32 bits if the NDR64...
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-08-03 Evan HuusRemove get_next_di() and just use packet-scope for...
2014-08-01 Evan HuusUse packet_scope instead of a stack local
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-04-21 Bill MeierFix gcc "warning: no previous prototype ... [-Wmissing...
next