URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bc3bd625e16c2341e423dcbd26a670f059f63621
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bc3bd62 by Joerg Mayer (jmayer@xxxxxxxxx):
Fix compile error by removing an unused variable:
git/plugins/ethercat/packet-ethercat-datagram.c:513:32: error: unused variable
'tfs_ecat_fmmu_typeread' [-Werror,-Wunused-const-variable]
static const true_false_string tfs_ecat_fmmu_typeread =
^
1 error generated.
Change-Id: I7b215b9f2dafa04c6aae4a22fb6ae256f65e8585
Reviewed-on: https://code.wireshark.org/review/14597
Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
Actions performed:
from 222d30b Mikrotik has a protocol that they name Ethernet over IP (EoIP) which has nothing to do with IP protocol 97 called EoIP. Instead it is a GRE encapsulation with Ethertype 0x6400. It sets the GRE version to 1 but doesn't use a sequence number (in violation of RFC2637). Welcome to the real world.
adds bc3bd62 Fix compile error by removing an unused variable: git/plugins/ethercat/packet-ethercat-datagram.c:513:32: error: unused variable 'tfs_ecat_fmmu_typeread' [-Werror,-Wunused-const-variable] static const true_false_string tfs_ecat_fmmu_typeread = ^ 1 error generated.
Summary of changes:
plugins/ethercat/packet-ethercat-datagram.c | 5 -----
1 file changed, 5 deletions(-)