Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Fri, 17 Sep 2010 01:45:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34140

User: wmeier
Date: 2010/09/16 06:45 PM

Log:
 Extensive V9/V10 code clean up, bug fixing & dissection display improvements:
 Bugs fixed:
  - Invalid time display for various time fields;
      Millisecs for types 152, 153 are actually stored as 64 bit integers;
      Microsecs, nanosecs are actually stored  in "NTP format";
      Times for fields 158, 159 are relative to "export time";
      SystemInitTime displayed incorrectly;
      ...
  - Options template not cached when only scope fields in template.
  - Templates not processed on first pass thru capture file:
     (In some cases data flows might not be handled until options template later displayed).
  - V9: number of options template entries limited to about 8 instead of intended 42;
  - Multiple options temlate flows in an Options Template flowset not handled;
  - "NotSentOctets" dislayed as "NotSentPackets";
    ...
 
 Cleanups:
  - Options and data template processing code more or less rewritten;
  - options template displayed with format similar to that used for data templates;
  - Handling and display of PEN field (including use to indicate REVERSE) improved;
  - Don't use same filter name for two similar fields which only differ in size;
  - Handling & dislay of "variable length" fields improved;
  - sminmec lookup (PEN) done only during template processing & cached for later use;
    ...
  - Whitespace/Formatting

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