aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-02-24 22:06:53 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-02-24 22:06:53 +0000
commit959e3e3e2c85fa792fff42374ee9835d4f45e310 (patch)
treecf8adf57622278345addb5dae0260d0b460232b9 /epan/dissectors/packet-rohc.h
parentd02eea90a2549414e7de485749367d35d835f0aa (diff)
Various enhancements to ROHC dissector:
- fix dissection of type 0 packets with large CID - add dissection of type 1 and 2 packets (extension 3 dissection to be done) - add dissection of UDP checksum svn path=/trunk/; revision=47869
Diffstat (limited to 'epan/dissectors/packet-rohc.h')
-rw-r--r--epan/dissectors/packet-rohc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rohc.h b/epan/dissectors/packet-rohc.h
index b7ce651994..4134715648 100644
--- a/epan/dissectors/packet-rohc.h
+++ b/epan/dissectors/packet-rohc.h
@@ -56,7 +56,7 @@ typedef struct rohc_info
gboolean large_cid_present;
enum rohc_mode mode;
gboolean rnd;
- gboolean udp_checkum_present;
+ gboolean udp_checksum_present;
guint16 profile;
proto_item *last_created_item;
} rohc_info;