Wireshark-commits: [Wireshark-commits] rev 46534: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 14 Dec 2012 02:27:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46534

User: martink
Date: 2012/12/13 06:27 PM

Log:
 fix
 
 packet-h248_3gpp.c: In function ‘dissect_3gcsd_plmnbc’:
 packet-h248_3gpp.c:168: error: cast to pointer from integer of different size
 make[5]: *** [libdissectors_la-packet-h248_3gpp.lo] Error 1
 
 I guess the last parameter of dissect_3gcsd_plmnbc() is a pointer to a
 boolean variable. Call it implicit_param, not implicit, as there's
 already a global variable 'implicit'.
 
 Feel free to correct the fix if I got it wrong.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +2 -2      packet-h248_3gpp.c    Modified