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

Date: Thu, 21 May 2009 18:36:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28437

User: wmeier
Date: 2009/05/21 11:36 AM

Log:
 paltalk: minor cleanup:
  - prefs registration not req'd (no prefs);
  - move hf[] & ett[] to be local to proto_register;
  - use std dissector format: move proto_register & proto_reg_handoff to end; 
  - if (proto == -1) in proto_register not req'd;
  - if (! initialized) not req'd in proto_reg_handoff since no prefs callback.

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +30 -38    packet-paltalk.c    Modified