File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ parsers:
142142 (?:
143143 MAC=
144144 (?:
145- (?<macdst>[0-9a-f]{2}:[0-9a-f]{2} :[0-9a-f]{2}:[0-9a-f]{2}:[0-9a-f]{2}:[0-9a-f]{2} )
145+ (?<macdst>[0-9a-f]{2} (?: :[0-9a-f]{2}){5} )
146146 :
147- (?<macsrc>[0-9a-f]{2}:[0-9a-f]{2} :[0-9a-f]{2}:[0-9a-f]{2}:[0-9a-f]{2}:[0-9a-f]{2} )
147+ (?<macsrc>[0-9a-f]{2} (?: :[0-9a-f]{2}){5} )
148148 :
149149 # Ether type can be longer when processing incoming VLAN-tagged packets
150150 (?<ethtype>[0-9a-f]{2} (?::[0-9a-f]{2})+ )
@@ -194,7 +194,7 @@ parsers:
194194 |
195195 (?<proto>ICMP) \s
196196 TYPE=(?<icmp_type>\d+) \s
197- CODE=(?<icmp_code>\d) \s
197+ CODE=(?<icmp_code>\d+ ) \s
198198 # Some ICMP errors have an embedded packet header inside
199199 (?:
200200 ID=(?<icmp_id>\d+) \s
You can’t perform that action at this time.
0 commit comments