Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 35539: /trunk/epan/dissectors/ /trun

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Sat, 15 Jan 2011 13:22:18 -0500
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?