aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-12-06 19:48:05 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-12-06 19:48:05 +0000
commit99bc06ceffa8aea6fa268f1cee7d23647b61f199 (patch)
treec841d3bb7e7c6c0e26d342de8b18c387145e9453 /asn1
parentd798a2164397b7c66763d7a1c0cfd45fe010e192 (diff)
Make some (preference) variables static.
svn path=/trunk/; revision=35134
Diffstat (limited to 'asn1')
-rw-r--r--asn1/ulp/packet-ulp-template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/ulp/packet-ulp-template.c b/asn1/ulp/packet-ulp-template.c
index 9d3c9150b7..a7988bb160 100644
--- a/asn1/ulp/packet-ulp-template.c
+++ b/asn1/ulp/packet-ulp-template.c
@@ -45,7 +45,7 @@
static dissector_handle_t rrlp_handle;
-/* IANA Registered Ports
+/* IANA Registered Ports
* oma-ulp 7275/tcp OMA UserPlane Location
* oma-ulp 7275/udp OMA UserPlane Location
*/
@@ -57,7 +57,7 @@ static int proto_ulp = -1;
#define ULP_HEADER_SIZE 2
-gboolean ulp_desegment = TRUE;
+static gboolean ulp_desegment = TRUE;
#include "packet-ulp-hf.c"
@@ -128,7 +128,7 @@ void proto_register_ulp(void) {
"Set the TCP port for Ulp messages(IANA registerd port is 7275)",
10,
&gbl_ulp_port);
-
+
}