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

Date: Tue, 13 Dec 2011 19:46:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40181

User: martinm
Date: 2011/12/13 11:46 AM

Log:
 Initialise 'sub_tree' to NULL, to avoid warnings about possibly using
 uninitialised.  The warnings are bogus, but could have been avoided, as the test
 to see if we're using a compression profile is redundant/will always be TRUE
 in those functions...
 
 Also removed some unnecessary braces from switch cases (no local variables were defined).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +28 -30    packet-rohc.c    Modified