Wireshark-commits: [Wireshark-commits] rev 53498: /trunk/ /trunk/epan/dissectors/: packet-dcerpc.h

Date: Fri, 22 Nov 2013 00:20:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53498

User: gerald
Date: 2013/11/22 12:20 AM

Log:
 Move common "decode as" preference code to epan.
 
 We presumably want "decode as" behavior to be consistent across UIs so
 call load_decode_as_entries() from read_prefs().

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +11 -3     packet-dcerpc.h    Modified

Directory: /trunk/epan/
  Changes    Path           Action
  +201 -1    decode_as.c    Modified
  +43 -0     decode_as.h    Modified
  +21 -9     packet.c       Modified
  +60 -3     packet.h       Modified
  +5 -0      prefs.c        Modified

Directory: /trunk/ui/gtk/
  Changes    Path               Action
  +13 -239   decode_as_dlg.c    Modified
  +0 -5      decode_as_dlg.h    Modified
  +4 -7      main.c             Modified