Commit Graph

3 Commits

Author SHA1 Message Date
Guy Harris 7113707672 Replace implicit conversion with explicit cast.
svn path=/trunk/; revision=48532
2013-03-24 18:14:58 +00:00
Alexis La Goutte 3dc9623939 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48497
2013-03-23 13:07:27 +00:00
Evan Huus 90a70fdf6c From David Arnold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8490
Dissector for NASDAQ's OUCH 4.x protocol.

From me:
- fix svn Id tag
- g_snprintf includes the null-terminator in its len count, so the buffer
  only has to be ITEM_LABEL_LENGTH, not (ITEM_LABEL_LENGTH + 1).

svn path=/trunk/; revision=48479
2013-03-22 17:27:17 +00:00