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