http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54739
User: guy
Date: 2014/01/13 11:05 PM
Log:
In a source file that defines external functions, the header file that
declares the functions must be included, in order to make sure the
declarations match the function signature. Make it so - which means
creating the header file in the first place.
Also, declare proto_register_wimax_compact_dlmap_ie() early in
wimax_compact_dlmap_ie_decoder.c, similar to what we do in
wimax_copact_ulmap_ie_decoder.c.
Directory: /trunk/plugins/wimax/
Changes Path Action
+2 -0 Makefile.common Modified
+3 -0 wimax_compact_dlmap_ie_decoder.c Modified
+34 -0 wimax_compact_dlmap_ie_decoder.h Added
+1 -0 wimax_compact_ulmap_ie_decoder.c Modified
+34 -0 wimax_compact_ulmap_ie_decoder.h Added
+2 -4 wimax_harq_map_decoder.c Modified