http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30809
User: jake
Date: 2009/11/03 03:01 PM
Log:
From Jason Rusmisel:
The netflow implementation has a bug where the code exists to extract four
fields from a packet, however, the decoder for these fields has not been
registered in proto_register_netflow in the hf_register_info array.
The fix is to include decoders for the fields in the proto_register_netflow.
Directory: /trunk/epan/dissectors/
Changes Path Action
+20 -0 packet-netflow.c Modified