http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32627
User: jake
Date: 2010/05/02 05:50 AM
Log:
From Hitoshi Irino:
The function "dissect_v9_pdu" of "epan/dissectors/packet-netflow.c" decodes
NetFlow v9 packets and IPFIX packets with same logic. But, the "scope field" is
different between NetFlow v9 and IPFIX. NetFlow v9 has only 5 kind of scopes.
On the other hand, many Information Elements can be used as scope fields in
IPFIX packets.
Directory: /trunk/epan/dissectors/
Changes Path Action
+72 -39 packet-netflow.c Modified