aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat/packet-ethercat-datagram.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Fix a few issues reported by PVS-StudioPascal Quantin1-2/+2
2015-04-06ethercat: remove deprecated tvb_length APIEvan Huus1-2/+2
2014-12-22plugins: Cleanup #includesBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-872/+885
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-7/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-3/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-19Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier1-2/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-11/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-9/+9
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-1/+1
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-27/+27
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-24/+24
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-7/+7
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 1155-1156;Bill Meier1-86/+86
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-05Get rid of a bunch of check_col().Anders Broman1-2/+1
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-3/+3
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-8/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Richard Kummel:Stig Bjørlykke1-25/+39
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-245/+245
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-3/+1
2008-08-29#include <prefs.h> not requiredBill Meier1-1/+0
2008-07-14Oops... missed one ;Sake Blok1-1/+1
2008-07-14From Richard Kuemmel (bug 2668):Sake Blok1-12/+19
2008-05-14Initialize aitem.Stig Bjørlykke1-1/+1
2008-05-14From Anders Broman:Tomas Kukosa1-11/+23
2008-05-05Don't use proto_tree_add_item_hidden().Anders Broman1-19/+39
2008-03-05From Peter Johansson :Anders Broman1-145/+258
2008-02-25From Richard Kuemmel via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1...Jeff Morriss1-1/+1
2008-02-06Eliminate an anonymous struct, as noticed by Andrew Hood.Stig Bjørlykke1-17/+17
2008-01-10Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2186 (many unnamed str...Jeff Morriss1-34/+34
2007-10-15From Peter Johansson:Anders Broman1-23/+21
2007-10-14Ethercat pluginAnders Broman1-0/+1569