aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-09 23:17:05 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-09 23:17:05 +0000
commit7661a992b6e6fa0cd50ae0b9f968a131f299b3cb (patch)
tree2a1ee38f14504ad2092c0d754f48db7845689fb9 /Makefile.common
parentfe1b0f99c4015d93f71fe35a549da186d5311f2e (diff)
Move the redefinition of "isprint()" to be used by dissectors when
generating strings to put into the printable representation of protocol tree items into an "isprint.h" header, and include it in some additional dissectors. Add bounds checking to one place in the DICOM dissector. svn path=/trunk/; revision=11356
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index f93668b1f3..4aaf2059bb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.50 2004/06/27 00:21:56 gerald Exp $
+# $Id: Makefile.common,v 1.51 2004/07/09 23:17:02 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -233,6 +233,7 @@ DISSECTOR_SUPPORT_INCLUDES = \
in_cksum.h \
ip_opts.h \
ipproto.h \
+ isprint.h \
lapd_sapi.h \
llcsaps.h \
nlpid.h \