Wireshark-commits: [Wireshark-commits] rev 25905: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 02 Aug 2008 13:53:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25905

User: etxrab
Date: 2008/08/02 06:53 AM

Log:
 From   Hitoshi Irino:
 This patch
 (1) fixes to decode IPFIX packets.
 The revision 25601 warns and be not able to decodes IPFIX packets fully,
 because the array "hf_register_info" does not have an entry
 "hf_cflow_datarecord_length", and a length check for IPFIX packets is incorrect
 in "dissect_netflow" function.
 (2) is able to decode all Information Elements standardized by RFC 5102
 (3) is able to decode IPFIX templates and data that contains PEN (Private
 Enterprise Number) fields standardized by RFC 5101, and is able to decode
 bi-directional flow standardized by RFC 5103.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +1415 -75  packet-netflow.c    Modified