aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet/packet-dcom-cba-acco.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-24/+24
2015-10-29"Color dissector filters" are just filters.Guy Harris1-4/+4
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-12/+12
2014-12-26Fix assertion when applying conversation colorPascal Quantin1-16/+16
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-38/+42
2014-12-22plugins: Cleanup #includesBill Meier1-2/+0
2014-12-21Remove profinet_type from packet_info structure.Michael Mann1-31/+35
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann1-1/+1
2014-12-10Refactor "color" conversation filtersMichael Mann1-0/+49
2014-12-01Remove private_data member from packet_info structure.Michael Mann1-1/+0
2014-11-24Pass FrameID as data to the heuristic table, rather than use pinfo->private_d...Michael Mann1-5/+3
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-13dissect_CBA_Connection_Data() isn't used outside packet-dcom-cba-acco.c,Guy Harris1-1/+1
2014-01-01Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-434/+416
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+3
2013-10-23Fix (using '#if 0') a few more [-Wunused-const-variable] warningsBill Meier1-0/+2
2013-09-17emem -> wmemPascal Quantin1-19/+19
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-8/+8
2013-09-08Convert profinet dissector to use filterable expert info.Michael Mann1-20/+40
2013-03-03From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-46/+46
2013-02-26it's ==> its & its == > it's as needed.Bill Meier1-11/+11
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-2/+6
2012-12-13General cleanup:Bill Meier1-153/+158
2012-12-12General cleanup:Bill Meier1-2417/+2654
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
2011-12-14(Trivial) remove commented out calls to tvb_free().Bill Meier1-5/+0
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-6/+6
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-21/+21
2011-04-26get_host_ipaddr() was returning numeric addresses in host byte orderGerald Combs1-1/+0
2011-01-21There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-401/+400
2010-04-05Get rid of a bunch of check_col().Anders Broman1-227/+114
2010-01-13From Didier Gautheron:Anders Broman1-1/+0
2009-10-12Initialize variables which may be used uninitialized.Stig Bjørlykke1-4/+4
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-65/+65
2007-07-23remove ProvCRID from expert info output, so the composite view is more compactUlf Lamping1-1/+1
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-2/+1
2007-02-25add a new function dissect_dcom_HRESULT_item() for some more flexibility, use...Ulf Lamping1-6/+16