summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-umts_fp.h
diff options
context:
space:
mode:
authorDarien Spencer <cusneud@mail.com>2017-06-23 04:43:05 -0700
committerPascal Quantin <pascal.quantin@gmail.com>2017-06-28 21:01:05 +0000
commitf48305069ca93cca5ecb9a66fcc8b42d84dd6cf7 (patch)
tree97616fcd307c422a2720481633280a0e1f6974d1 /epan/dissectors/packet-umts_fp.h
parent5c25e7442f8aa394de723af09a2ba2e38bd456c0 (diff)
downloadwireshark-f48305069ca93cca5ecb9a66fcc8b42d84dd6cf7.tar.gz
FP: Combining heuristic dissectors
Combining all seperate heuristic dissector into one 'fp over udp' dissector. Also refactored the 'unknown format' dissector (formarly heur_dissect_fp) so it could work 'chained' to the others. Change-Id: I396c362a400f51171ee091317b6735dfd8bd19df Reviewed-on: https://code.wireshark.org/review/22368 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-umts_fp.h')
-rw-r--r--epan/dissectors/packet-umts_fp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-umts_fp.h b/epan/dissectors/packet-umts_fp.h
index bd7b6f4e76..7718b7b996 100644
--- a/epan/dissectors/packet-umts_fp.h
+++ b/epan/dissectors/packet-umts_fp.h
@@ -24,6 +24,7 @@
#include <glib.h>
/* Channel types */
+#define CHANNEL_UNKNOWN 0
#define CHANNEL_RACH_FDD 1
#define CHANNEL_RACH_TDD 2
#define CHANNEL_FACH_FDD 3