Wireshark-commits: [Wireshark-commits] rev 53443: /trunk/epan/ /trunk/epan/dissectors/: packet-btbn
Date: Wed, 20 Nov 2013 02:28:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53443

User: mmann
Date: 2013/11/20 02:28 AM

Log:
 Convert ethertype() function into a pure dissector.  Bug 9454 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9454)
 
 The main driving force for this was my new Decode As functionality (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9450) that wants a dissector/subdissector table relationship for all dissectors wanting to use Decode As functionality.  The ethertype() function provides the value to the "ethertype" subdissector table, so I think it should be matched to a dissector.  Only odd side effect is the display filter of "ethertype" returns no packets because there is no "item" associated with the dissector.

Directory: /trunk/epan/dissectors/
  Changes    Path                       Action
  +12 -2     packet-btbnep.c            Modified
  +13 -2     packet-cisco-metadata.c    Modified
  +13 -2     packet-eth.c               Modified
  +27 -16    packet-ethertype.c         Modified
  +17 -3     packet-fw1.c               Modified
  +14 -2     packet-gmhdr.c             Modified
  +27 -9     packet-ieee8021ah.c        Modified
  +11 -2     packet-sll.c               Modified
  +12 -2     packet-tte.c               Modified
  +12 -2     packet-vlan.c              Modified
  +12 -2     packet-vmlab.c             Modified


(2 files not shown)