ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Mon, 11 Jun 2012 16:33:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43207

User: wmeier
Date: 2012/06/11 09:33 AM

Log:
 General cleanup:
 - remove some redundant code;
 - use ep_strdup_printf() instead of g_snprintf() to a static buffer;
 - create and use extended-value-strings as appropriate;
 - define a value_string array as static (not as an automatic);
 - use val_to_str_const() instead of val_to_str() as appropriate;
 - reformat hf[] array entries;
 - do general formatting cleanup;
 - do whitespace cleanup (e.g., indentation & 4-space tabs).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +4157 -3954 packet-rsvp.c    Modified