Wireshark-commits: [Wireshark-commits] rev 34366: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Mon, 04 Oct 2010 16:46:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34366

User: wmeier
Date: 2010/10/04 09:46 AM

Log:
 From  Yasuyuki Tanaka: Fix PANA (RFC 5191) packets are dissected incorrectly.
    (AVP length as being interpreted incorrectly).
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5183
 
 From me: General dissector code cleanup & bug fixing:
  - Show/dissect AVP "value" for non-vendor-specific AVPs;
  - Tighten & cleanup heuristic;
  - Fix some potential overflow issues;
  - #include <stdio.h>  #include <stdlib.h> not req'd;
  - Fix some whitespace & formatting;

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +215 -217  packet-pana.c    Modified