On 01/14/2011 04:43 PM, etxrab@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35539
User: etxrab
Date: 2011/01/14 01:43 PM
Log:
- Add TELV to dissct IE's with an extention bit in the length vallue.
- Add a BSSGP PDU type
- Put IE name in the top tree for ELEM_V
Directory: /trunk/epan/dissectors/
Changes Path Action
+117 -1 packet-gsm_a_common.c Modified
+51 -0 packet-gsm_a_common.h Modified
Linking fails now:
epan/.libs/libwireshark.so: undefined reference to `hf_bssgp_elem_id'
epan/.libs/libwireshark.so: undefined reference to `bssgp_elem_fcn'
epan/.libs/libwireshark.so: undefined reference to `ett_bssgp_elem'
epan/.libs/libwireshark.so: undefined reference to `bssgp_elem_strings'
Did you miss packet-bssgp.c in that commit?