ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 33420: /trunk-1.4/epan/dissectors/ /trunk-1.4/epan/disse

Date: Fri, 02 Jul 2010 18:59:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33420

User: gerald
Date: 2010/07/02 11:59 AM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r33236 | stig | 2010-06-16 08:36:02 -0700 (Wed, 16 Jun 2010) | 6 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-netflow.c
 
 From Hitoshi Irino via bug 4883:
 Support NetFlow exported from Cisco ASA5500 series.
 
 From me:
 Fixed some hf description entries.
 ------------------------------------------------------------------------
 r33238 | stig | 2010-06-16 10:47:42 -0700 (Wed, 16 Jun 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-netflow.c
 
 Remove C++ comment.
 ------------------------------------------------------------------------r33348 | stig | 2010-06-28 05:42:40 -0700 (Mon, 28 Jun 2010) | 9 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-netflow.c
 
 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-1.4/epan/dissectors/
  Changes    Path                Action
  +402 -103  packet-netflow.c    Modified