aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/catapult_dct2000.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-23 05:48:00 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-23 05:48:00 +0000
commit1814821adc8f2b6fcb31bb845ee5a9da6c0c6b29 (patch)
tree055ab18cbde4f316b30662da608ec51f3e7f44a6 /wiretap/catapult_dct2000.h
parent28509cb3111d1bd96fb179dd50a4330fa52c1685 (diff)
From Martin Mathieson:
- Many DCT2000 protocols can be embedded within an IP primitive message. Add a heuristic to see if we can find the protocol payload within in IP primitive message, and look for an ethereal dissector matching the DCT2000 protocol name (this is useful for simple protocol testing where no physical links are involved) - Make some more of these protocols (diameter, http, mgcp) findable by name - Adds protocol 'variant' number to stub and dissector - Break the duplicated writing of the stub header out into a separate function svn path=/trunk/; revision=18212
Diffstat (limited to 'wiretap/catapult_dct2000.h')
-rw-r--r--wiretap/catapult_dct2000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/catapult_dct2000.h b/wiretap/catapult_dct2000.h
index 57b6efd388..fb936a91f6 100644
--- a/wiretap/catapult_dct2000.h
+++ b/wiretap/catapult_dct2000.h
@@ -27,3 +27,4 @@ int catapult_dct2000_dump_can_write_encap(int encap);
#define DCT2000_ENCAP_UNHANDLED 0
#define DCT2000_ENCAP_SSCOP 101
#define DCT2000_ENCAP_MTP2 102
+