tnelson / FlowLog

17 stars 5 forks source link

commit ee4305b54e81ef24cf48f9645903aa578d5ee948 broke subtypes #34

Closed adferguson closed 10 years ago

adferguson commented 10 years ago

commit ee4305b54e81ef24cf48f9645903aa578d5ee948 broke subtypes:

emitting: igmp_packet: [dldst:00:00:00:00:00:01;dlsrc:00:00:00:00:00:03;dltyp:ip;igmp_addr:224.0.0.251;igmp_v3typ:4;igmp_ver_and_typ:34;locpt:65529;locsw:1;nwdst:224.0.0.22;nwproto:2;nwsrc:10.10.0.100]
Unexpected exception on event. Event was: atv_announce: [atv_mac:00:00:00:00:00:01;client_mac:00:00:00:00:00:03]
 Exception: Failure("get_field. no default specified for: nwfrag of igmp_packet")

Tim -- any chance you can fix this quickly? there seems to be some need to check going up the packet_flavors tree.

thanks, Andrew

tnelson commented 10 years ago

Ah, yeah. I think I see the problem.

On Tue, Dec 17, 2013 at 6:08 PM, Andrew Ferguson notifications@github.comwrote:

commit ee4305bhttps://github.com/tnelson/FlowLog/commit/ee4305b54e81ef24cf48f9645903aa578d5ee948broke subtypes:

emitting: igmp_packet: [dldst:00:00:00:00:00:01;dlsrc:00:00:00:00:00:03;dltyp:ip;igmp_addr:224.0.0.251;igmp_v3typ:4;igmp_ver_and_typ:34;locpt:65529;locsw:1;nwdst:224.0.0.22;nwproto:2;nwsrc:10.10.0.100] Unexpected exception on event. Event was: atv_announce: [atv_mac:00:00:00:00:00:01;client_mac:00:00:00:00:00:03] Exception: Failure("get_field. no default specified for: nwfrag of igmp_packet")

Tim -- any chance you can fix this quickly? there seems to be some need to check going up the packet_flavors tree.

thanks, Andrew

— Reply to this email directly or view it on GitHubhttps://github.com/tnelson/FlowLog/issues/34 .

adferguson commented 10 years ago

closed by above commit.