aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-17 00:02:31 +0000
commitb7b80d94bee66b7edbd606c5ce6afdeb009bd5b8 (patch)
tree56b81de26d3859239959edef327f0779f660c99b /Makefile.common
parentef461aa94b31f7f10b710ecfbfcb4a375690c049 (diff)
Move a pile of protocol-related headers from the top-level source
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common32
1 files changed, 10 insertions, 22 deletions
diff --git a/Makefile.common b/Makefile.common
index 4ec024251f..9e76c9b750 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -23,29 +23,17 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# Header files for dissector helpers
-# XXX - these should be moved to epan/dissectors
+#
+# XXX - this is used by dissectors and by other parts of Ethereal.
+# Ultimately, we need to handle strings "right", so that we can handle
+# strings in protocols that are in various encodings, and figure out
+# properly whether a given character can be {displayed in the GUI,
+# printed to a printout, written to a file} internally to the routines
+# handling that, with a scheme more sophisticated than "if it ain't
+# ASCII it ain't ....".
+#
DISSECTOR_SUPPORT_INCLUDES = \
- aftypes.h \
- arcnet_pids.h \
- bridged_pids.h \
- chdlctypes.h \
- etypes.h \
- format-oid.h \
- greproto.h \
- iax2_codec_type.h \
- ip_opts.h \
- isprint.h \
- lapd_sapi.h \
- llcsaps.h \
- nlpid.h \
- oui.h \
- ppptypes.h \
- rpc_defrag.h \
- rtp_pt.h \
- sctpppids.h \
- smb.h \
- x264_prt_id.h
+ isprint.h
# "BUILT_SOURCES" are built before any "make all" or "make check" targets.
BUILT_HEADER_FILES = \