Wireshark-commits: [Wireshark-commits] rev 22793: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-netflow.c
From:
jake@xxxxxxxxxxxxx
Date: Wed, 05 Sep 2007 06:59:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22793
User: jake
Date: 2007/09/05 06:59 AM
Log:
From Munenori Ohuchi:
packet-netflow.c is lack of the capability to decode ipv6 address related fields in netflow v9.
This patch enables dissecting the following fields:
Type 27 IPV6_SRC_ADDR,
Type 28 IPV6_DST_ADDR,
Type 29 IPV6_SRC_MASK,
Type 30 IPV6_DST_MASK and
Type 62 IPV6_NEXT_HOP.
Directory: /trunk/epan/dissectors/
Changes Path Action
+50 -10 packet-netflow.c Modified