http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33348
User: stig
Date: 2010/06/28 05:42 AM
Log:
From Hitoshi Irino via bug 4942:
1. fix the bug in dissect_v9_pdu.
(The bug is introduced in r32627, It's my fault, I'm sorry.)
When option data record is decoded, unpatched dissect_v9_pdu decode only scope
fields, it does not decode following data fields. And it runs in endless loop
when length of a scope filed is 0. This patch solve these problem.
2. defines some value_strings for some fields.
3. updates URLs in comment.
Directory: /trunk/epan/dissectors/
Changes Path Action
+62 -14 packet-netflow.c Modified