aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h245.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-13 21:27:44 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-13 21:27:44 +0000
commitb9f610f68a1a2e9c8753ce3110aabfe3b8d530c7 (patch)
tree830e15b5dde8909330b33fea591aa2e7391e023c /epan/dissectors/packet-h245.c
parentb81b2dfd525f9a255550dfd7bdf2d4ba0a0f827e (diff)
check_col.diff
Remove redundant calls to check_col() in the template files and regenerate. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4394 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31521 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h245.c')
-rw-r--r--epan/dissectors/packet-h245.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c
index 3ec6c1d17d..b6ce6af2f6 100644
--- a/epan/dissectors/packet-h245.c
+++ b/epan/dissectors/packet-h245.c
@@ -20141,7 +20141,7 @@ void proto_register_h245(void) {
"h245.EncryptedAlphanumeric", HFILL }},
/*--- End of included file: packet-h245-hfarr.c ---*/
-#line 466 "packet-h245-template.c"
+#line 464 "packet-h245-template.c"
};
/* List of subtrees */
@@ -20644,7 +20644,7 @@ void proto_register_h245(void) {
&ett_h245_MobileMultilinkReconfigurationIndication,
/*--- End of included file: packet-h245-ettarr.c ---*/
-#line 473 "packet-h245-template.c"
+#line 471 "packet-h245-template.c"
};
module_t *h245_module;