aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-01 02:42:01 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-02-01 02:42:01 +0000
commit21b1b0c5daf9b4217698dc523d122fefdec968f8 (patch)
treecbc638089f16de3afd311c9642f1a49436597afe /epan/dissectors/packet-mtp3.h
parent5754564be8ea7c1da7f269d98068028c524aaa26 (diff)
downloadwireshark-21b1b0c5daf9b4217698dc523d122fefdec968f8.tar.gz
wireshark-21b1b0c5daf9b4217698dc523d122fefdec968f8.tar.bz2
wireshark-21b1b0c5daf9b4217698dc523d122fefdec968f8.zip
Add heuristic MTP3 standard detection to M3UA (not for the draft M3UA versions).
The SCCP heuristics actually don't work all that well here but checking the PCs (in M3UA) seems to do a decent job at least of differentiating ANSI from ITU. svn path=/trunk/; revision=47407
Diffstat (limited to 'epan/dissectors/packet-mtp3.h')
-rw-r--r--epan/dissectors/packet-mtp3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mtp3.h b/epan/dissectors/packet-mtp3.h
index b9b09d9eda..33b2c8c1bd 100644
--- a/epan/dissectors/packet-mtp3.h
+++ b/epan/dissectors/packet-mtp3.h
@@ -29,6 +29,7 @@ typedef enum {
CHINESE_ITU_STANDARD = 3,
JAPAN_STANDARD = 4
} Standard_Type;
+#define HEURISTIC_FAILED_STANDARD 0xffff
extern gint mtp3_standard;
extern gboolean mtp3_heuristic_standard;