aboutsummaryrefslogtreecommitdiffstats
path: root/packet-q2931.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-14 23:04:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-04-14 23:04:04 +0000
commit3f50884f2d0d09ed8d5cbe8086066b7b95f8db91 (patch)
treedddb463b1b5567290a52f49b6534d5a6f4015fde /packet-q2931.c
parent142bd9eec36a4b3a140e0a74f33ff5f9924aadae (diff)
From Joerg Mayer:
Declares some variables static. Creates a new include file packet-rsvp.h, and make use of it (change some extern decls to #inlcude). Move the file packet-pgm.h into packet-pgm.c as it is not used by anything outside packet-pgm.c. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5162 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-q2931.c')
-rw-r--r--packet-q2931.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-q2931.c b/packet-q2931.c
index 487c1eda1f..042069fae3 100644
--- a/packet-q2931.c
+++ b/packet-q2931.c
@@ -2,7 +2,7 @@
* Routines for Q.2931 frame disassembly
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-q2931.c,v 1.22 2002/01/24 09:20:50 guy Exp $
+ * $Id: packet-q2931.c,v 1.23 2002/04/14 23:04:03 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -654,7 +654,7 @@ static const value_string q2931_up_conn_config_vals[] = {
{ 0x00, NULL }
};
-void
+static void
dissect_q2931_bband_bearer_cap_ie(tvbuff_t *tvb, int offset, int len,
proto_tree *tree)
{
@@ -706,7 +706,7 @@ static const value_string q2931_hi_layer_info_type_vals[] = {
{ 0x00, NULL }
};
-void
+static void
dissect_q2931_bband_hi_layer_info_ie(tvbuff_t *tvb, int offset, int len,
proto_tree *tree)
{
@@ -780,7 +780,7 @@ static const value_string lane_pid_vals[] = {
/*
* Dissect a broadband low layer information information element.
*/
-void
+static void
dissect_q2931_bband_low_layer_info_ie(tvbuff_t *tvb, int offset, int len,
proto_tree *tree)
{