aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-10-15 07:56:50 +0200
committerAnders Broman <a.broman58@gmail.com>2015-10-16 06:21:02 +0000
commit40fe748f130c87c328708d45421e7436cd32b80f (patch)
tree36c4e90eabaa227e62b297340b947ebec953cc24 /epan/dissectors/packet-tcp.h
parentb4a4de78d8f78f0cea54b9ae846a120c2a68d893 (diff)
TCP(.h): fix comma at end of enumerator list [-Wpedantic]
Change-Id: Ib08036ce72bf84c4cca0b30f53d7f953aea379e1 Reviewed-on: https://code.wireshark.org/review/11054 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Matthieu Coudron <matthieu.coudron@lip6.fr> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-tcp.h')
-rw-r--r--epan/dissectors/packet-tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index d6416c25e3..a2a9af99d5 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -222,7 +222,7 @@ struct mptcp_subflow {
typedef enum {
MPTCP_HMAC_NOT_SET = 0,
MPTCP_HMAC_SHA1 = 1,
- MPTCP_HMAC_LAST,
+ MPTCP_HMAC_LAST
} mptcp_hmac_algorithm_t;