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 37100: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 12 May 2011 20:32:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37100

User: cmaynard
Date: 2011/05/12 01:32 PM

Log:
 From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings.  I
 committed a variation of his patch that deleted unused variables rather than
 #if 0'ing them out, and I also kept dissect_dnp3_al()'s return values, even if
 it's not currently being checked, just in case the commented code is ever
 uncommented and the return value ends up being checked later on.  Lastly, I
 also added what appeared to be some missing DNP3_AL_UNS's.

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