summaryrefslogtreecommitdiff
path: root/wiretap/catapult_dct2000.h
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2006-10-23 17:22:20 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2006-10-23 17:22:20 +0000
commitd55c609c5541e2ba2e4fb62d3ed3474e31084128 (patch)
tree1f011ab37033d6fad209b46a69c4fa4fd2ec6992 /wiretap/catapult_dct2000.h
parent3ce4a7041295e1f1ed6fe55accab30791ee06774 (diff)
downloadwireshark-d55c609c5541e2ba2e4fb62d3ed3474e31084128.tar.gz
- Fix problems with parsing sctpprim headers
- Add dissection of nbap (as encap or inside sctp primitive) svn path=/trunk/; revision=19664
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..95253a7fdc 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
+#define DCT2000_ENCAP_NBAP 103