aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v52.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-07-14 21:34:03 +0000
committerBill Meier <wmeier@newsguy.com>2009-07-14 21:34:03 +0000
commit31ab30f1cf7e2bcda26bfb8e8bef6803a684f503 (patch)
treeb9e049940b80fb7c809184f6732a1581573516e5 /epan/dissectors/packet-v52.c
parenta9f5ba1bd8372abab735bfcef26a06622f75b468 (diff)
#include prefs.h not req'd; Also: remove unused #define
svn path=/trunk/; revision=29097
Diffstat (limited to 'epan/dissectors/packet-v52.c')
-rw-r--r--epan/dissectors/packet-v52.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-v52.c b/epan/dissectors/packet-v52.c
index 9d5566996d..5770e57b1f 100644
--- a/epan/dissectors/packet-v52.c
+++ b/epan/dissectors/packet-v52.c
@@ -39,7 +39,6 @@
#include <string.h>
#include <epan/packet.h>
#include <epan/strutil.h>
-#include <epan/prefs.h>
static int proto_v52 = -1;
static int hf_v52_discriminator = -1;
@@ -129,8 +128,6 @@ static int hf_v5_multi_slot_elements = -1;
static int message_type_tmp = -1;
-#define SCTP_PORT_V52 5675
-
static void
dissect_v52_protocol_discriminator(tvbuff_t *tvb, int offset, proto_tree *tree)
{
@@ -2533,3 +2530,4 @@ void
proto_reg_handoff_v52(void)
{
}
+