~ubuntu-branches/ubuntu/utopic/suricata/utopic

« back to all changes in this revision

Viewing changes to src/decode-ipv6.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2011-11-17 23:20:51 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20111117232051-wlo0g2fyinx0zi25
Tags: 1.1-1
* Imported Upstream version 1.1
* Add instructions on getting new rules using oinkmaster
* Add Recommends on oinkmaster
* Move snort-rules-default to Recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    (p)->ip6vars.ip_opts_len = 0; \
96
96
    (p)->ip6vars.l4proto = 0; \
97
97
    (p)->ip6eh.ip6fh = NULL; \
 
98
    (p)->ip6eh.fh_offset = 0; \
 
99
    (p)->ip6eh.ip6rh = NULL; \
 
100
    (p)->ip6eh.ip6eh = NULL; \
 
101
    (p)->ip6eh.ip6dh1 = NULL; \
 
102
    (p)->ip6eh.ip6dh2 = NULL; \
 
103
    (p)->ip6eh.ip6hh = NULL; \
 
104
    (p)->ip6eh.ip6_exthdrs_cnt = 0; \
98
105
} while (0)
99
106
 
100
107
/* Fragment header */