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