Wireshark-commits: [Wireshark-commits] rev 26776: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 14 Nov 2008 15:29:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26776

User: wmeier
Date: 2008/11/14 07:29 AM

Log:
 Various proto_register & proto_reg_handoff changes:
   Change tcp ports preference name in prefs file to tcp.ports
    (register old 'udp.ports" as obsolete);
   Do various find_dissector & etc once-only in proto_reg_handoff;
   Move find_dissector_table from proto_register to proto_reg_handoff;
   Localize saved ports pref range;
   Do dissector_add_handle("udp.port",...) rather than registering 
    to udp port 0;
 Also:
  Clean up some spacing;
  Declare some global variables as static;
  Remove some unnecessary =NULL initializers;

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +101 -109  packet-uma.c    Modified