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 44435: /trunk/epan/ /trunk/epan/dissectors/: packet-afp.

Date: Fri, 10 Aug 2012 20:33:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44435

User: gerald
Date: 2012/08/10 01:33 PM

Log:
 Make the corresponding packet_info available to each tree item. This
 lets us pass a NULL pinfo to expert_add_info_format() and
 expert_add_undecoded_item(), which makes it possible to use those
 routines deep in the bowels of many dissectors. As a proof of concept
 remove the recent pinfo additions to packet-afp.c. This should also make
 it easier to fix bug 3884.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +8 -8      packet-afp.c          Modified
  +3 -4      packet-ncp2222.inc    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +1 -1      epan.c        Modified
  +5 -2      expert.c      Modified
  +12 -11    expert.h      Modified
  +4 -1      proto.c       Modified
  +5 -4      proto.h       Modified