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 20001: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 27 Nov 2006 14:39:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20001

User: morriss
Date: 2006/11/27 02:39 PM

Log:
 Since this dissector is already 'new style' (it returns FALSE if it thinks the packet doesn't belong to it), register the dissector with new_create_dissector_handle() instead of create_dissector_handle(), thus fixing a compiler warning.  Also comment out some (currently) unused hf_ fields to get rid warnings about them.  Lastly, [AT]-ify the authors' email addresses.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +13 -13    packet-epl.c    Modified