aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-10/+10
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-08-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-79/+58
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann1-12/+12
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-6/+6
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-6/+6
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-17/+11
2015-06-25Bugfix parsing filters out of SRT tables with parameters.Michael Mann1-1/+1
2015-06-21Further refactor SRT stats.Michael Mann1-1/+159
2015-06-06DCERPC: There are identical sub-expressions 'tvb_reported_length(tvb)' to the...Alexis La Goutte1-1/+1
2015-05-31Eliminate proto_tree_add_text from packet-dcerpc-ndr.c and packet-dcerpc-netl...Michael Mann1-0/+3
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-72/+55
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-42/+42
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+3
2015-01-22packet-smb2: correctly dissect dcerpc traffic over different named pipe handlesStefan Metzmacher1-1/+1
2015-01-22packet-dcerpc: change transportsalt to guint64Stefan Metzmacher1-25/+38
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-8/+8
2014-12-29dcerpc: Replace g_warning() by expert...() (dissectors shouldn't do termio).Bill Meier1-12/+20
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-6/+3
2014-12-07dcerpc: Missing break in switch (CID 280449 & 280450 & 284051)Alexis La Goutte1-0/+3
2014-12-01Remove private_data member from packet_info structure.Michael Mann1-2/+0
2014-11-01Missed cahnges from last commit:AndersBroman1-16/+16
2014-10-31Fix:AndersBroman1-2/+2
2014-10-31Use tcp_dissect_pdus in DCE/RPC dissector when running atop TCP.Michael Mann1-11/+67
2014-10-21Handle an hfindex of -1.Guy Harris1-10/+10
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-21/+1
2014-09-22dcerpc: correctly initialize certain struct fieldsEvan Huus1-5/+1
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-30/+17
2014-09-19Don't assert that values fit in 32 bits if the NDR64 flag is set.Michael Mann1-18/+49
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-08-03Remove get_next_di() and just use packet-scope for thoseEvan Huus1-22/+10
2014-08-01Use packet_scope instead of a stack localEvan Huus1-21/+21
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-18/+18
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-18/+18
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-2/+2
2013-12-23From Ville Skyttä: Spelling FixesBill Meier1-1/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-8/+8
2013-12-15In dissect_ndr_byte_array(), use the field index from the dcerpc_infoGuy Harris1-74/+60
2013-12-12(Trivial)Bill Meier1-70/+70
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-1/+1
2013-11-25Move DCERPC data in packet_info needed for Decode As into packet scoped proto...Michael Mann1-15/+62
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-0/+1
2013-11-21Fix memory leak from formatted string.Michael Mann1-0/+2
2013-11-21strncpy() consideered unsafe (it doesn't, for example, guarantee thatGuy Harris1-1/+1
2013-11-20Mark another parameter as unusedPascal Quantin1-1/+1
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-80/+306