aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-01 18:03:02 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-01 18:03:02 +0000
commit0ab779b04cc07ba85c112a2158d6fd2d7e3dc039 (patch)
tree0e4890f486efa1712b8c0ccab2ae0474dcd949b5 /epan/dissectors/packet-bootp.c
parent802dc99d451c2186bce0d83feb9ffaf240c0c57b (diff)
downloadwireshark-0ab779b04cc07ba85c112a2158d6fd2d7e3dc039.tar.gz
wireshark-0ab779b04cc07ba85c112a2158d6fd2d7e3dc039.tar.bz2
wireshark-0ab779b04cc07ba85c112a2158d6fd2d7e3dc039.zip
Get rid of a no-longer-used #define.
svn path=/trunk/; revision=15659
Diffstat (limited to 'epan/dissectors/packet-bootp.c')
-rw-r--r--epan/dissectors/packet-bootp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index 996fb3afd4..782fd2553a 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -118,8 +118,6 @@ static gint ett_bootp_flags = -1;
static gint ett_bootp_option = -1;
static gint ett_bootp_fqdn = -1;
-#define TLV_STR_LEN 256
-
gboolean novell_string = FALSE;
#define UDP_PORT_BOOTPS 67