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

Date: Mon, 21 Oct 2013 17:31:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52738

User: cmaynard
Date: 2013/10/21 05:31 PM

Log:
 Remove if (fh_tree) checks as add_ethernet_trailer() calls such functions as dissector_try_heuristic(),  expert_add_info(), and col_append_str(), which all need to be called whether fh_tree is NULL or not.
 
 #BACKPORT(1.10,1.8)

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +11 -11    packet-eth.c          Modified
  +0 -3      packet-ethertype.c    Modified