aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat/packet-ecatmb.h
AgeCommit message (Collapse)AuthorFilesLines
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+1
Change-Id: Ia394071710ecda3b0e6686a51fbca45a8ff20317 Reviewed-on: https://code.wireshark.org/review/14749 Petri-Dish: João Valverde <j@v6e.pt> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
2015-02-15EtherCAT: Suppress pedantic warnings.Gerald Combs1-2/+5
Try to suppress warning: type of bit-field 'foo' is a GCC extension [-Wpedantic] Change-Id: If161a509db2d6aaad3bb656318902f0bc7b0d0a9 Reviewed-on: https://code.wireshark.org/review/7136 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-7/+7
svn path=/trunk/; revision=28064
2008-01-10Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2186 (many unnamed ↵Jeff Morriss1-18/+18
structs in packet-ecatmb.h) by adding predictable (but not very descriptive) struct names svn path=/trunk/; revision=24061
2007-10-15From Peter Johansson:Anders Broman1-45/+11
addressing the compilation problems svn path=/trunk/; revision=23188
2007-10-14Someone has a compromised filesystem since it contained all kinds of stuff ↵Jaap Keuter1-1/+5
from other plugins. Tried to clean it up and get it in line with the rest of the codebase. Still doesn't compile without warnings though. svn path=/trunk/; revision=23177
2007-10-14Ethercat pluginAnders Broman1-0/+512
Author : Richard Kuemmel <r.kuemmel[AT]beckhoff.de> Updates and bugfixes: Peter Johansson <peterjohansson73[AT]gmail.com> svn path=/trunk/; revision=23173