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

Date: Sat, 19 May 2007 21:22:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21837

User: guy
Date: 2007/05/19 09:22 PM

Log:
 There's more than one IE table; instead of fixing up all the IE tables
 with default IE names, have bssgp_proto_tree_add_ie() use val_to_str()
 if the IE table doesn't have an IE name.
 
 Don't use the IE name as a format; use "%s" as the format, and the IE
 name as the argument.  (That more clearly states what's being done.)

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +10 -14    packet-bssgp.c    Modified