aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee8021ah.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2021-02-08 13:05:27 +0000
committerMartin Mathieson <martin.mathieson@keysight.com>2021-02-08 13:05:27 +0000
commit251092b0058feebb366b49b06d62108f7f0811a9 (patch)
tree381eb82706baf4dfa454653eb8bef232e890d4a1 /epan/dissectors/packet-ieee8021ah.c
parentb35befb81853e07440e39dec28f5746666748feb (diff)
Make more functions and vars static.
Diffstat (limited to 'epan/dissectors/packet-ieee8021ah.c')
-rw-r--r--epan/dissectors/packet-ieee8021ah.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ieee8021ah.c b/epan/dissectors/packet-ieee8021ah.c
index 0258d45010..204eee34e4 100644
--- a/epan/dissectors/packet-ieee8021ah.c
+++ b/epan/dissectors/packet-ieee8021ah.c
@@ -28,8 +28,8 @@ static dissector_handle_t ethertype_handle;
static capture_dissector_handle_t ipx_cap_handle;
static capture_dissector_handle_t llc_cap_handle;
-void dissect_ieee8021ah_common(tvbuff_t *tvb, packet_info *pinfo,
- proto_tree *tree, proto_tree *parent, int tree_index);
+static void dissect_ieee8021ah_common(tvbuff_t *tvb, packet_info *pinfo,
+ proto_tree *tree, proto_tree *parent, int tree_index);
/* GLOBALS ************************************************************/
@@ -216,7 +216,7 @@ int dissect_ieee8021ad(tvbuff_t *tvb, packet_info *pinfo,
return tvb_captured_length(tvb);
}
-void
+static void
dissect_ieee8021ah_common(tvbuff_t *tvb, packet_info *pinfo,
proto_tree *tree, proto_tree *parent, int tree_index) {
guint32 tci;