summaryrefslogtreecommitdiff
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-08-03 01:58:12 +0000
committerGuy Harris <guy@alum.mit.edu>2012-08-03 01:58:12 +0000
commit307e13d9f2aefaa968f89d0bd065dbae5c992b64 (patch)
tree317ebe993472042cb8f010ad24276da1be0c5e98 /epan/Makefile.common
parentad3c303f16673438e94223dda25ec5be5e46408d (diff)
downloadwireshark-307e13d9f2aefaa968f89d0bd065dbae5c992b64.tar.gz
Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it in
packet-ax25.c and packet-arp.c. Add an "ax25.pid" dissector table for those protocol IDs, use it in the AX.25 dissector, and have dissectors register in that table with their protocol IDs. Get rid of some unneeded includes. Clean up some "AX25"s in user-visible strings - say "AX.25" instead. Clean up some indentation. svn path=/trunk/; revision=44235
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index af5f075ee1..9eaf49f9ae 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -134,6 +134,7 @@ LIBWIRESHARK_INCLUDES = \
aftypes.h \
arcnet_pids.h \
arptypes.h \
+ ax25_pids.h \
asn1.h \
atalk-utils.h \
base64.h \