Correct and expand the discussion of ATM Sniffer captures.
[obnox/wireshark/wip.git] / packet-ipv6.h
1 typedef struct _e_ipv6_header{
2     /* the version contains 4-bit version and 4-bit priority */
3     guint8      version;
4     guint8      flow_label[3];
5     guint16     payload_length;
6     guint8      next_header;
7     guint8      hop_limit;
8 } e_ipv6_header;