aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
2009-11-25If SourceRNC-ToTargetRNC-TransparentContainer is called trough dissect_ran...Anders Broman1-1/+38
2009-11-23Add dissection of Source RNC to target RNC transparent information in BSSAP.Anders Broman1-1/+5
2009-11-23Basic support for the DTAP User-User IE; print bitfields in a way moreGerasimos Dimitriadis1-30/+30
2009-11-20When decoding a Cell Identifier, curr_offset is not increased afterGerasimos Dimitriadis1-0/+1
2009-11-01Fix Layer 3 Message Contents(?)Anders Broman1-6/+4
2009-11-01From Holger Freyther:Anders Broman1-4/+26
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-2/+2
2009-09-07From Mike Morrin:Anders Broman1-2/+3
2009-09-07From Mike Morrin:Anders Broman1-26/+218
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter1-253/+253
2009-07-13APDU incorrectly dissected(BSSLAP Protocol Not Decoded In BSSMAP-LE Messages).Anders Broman1-5/+6
2009-06-22Fix my 'fix': guint8 > 0 is always trueJörg Mayer1-1/+1
2009-06-22Fix warning: always evaluates to true/falseJörg Mayer1-1/+1
2009-04-04Wrong tree used, add Codec list dissection.Anders Broman1-10/+10
2009-04-03Add value strings and code clenup.Anders Broman1-153/+88
2009-03-18- Fix APDU dissection.Anders Broman1-3/+3
2009-02-28From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3281 :Jeff Morriss1-1/+1
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman1-78/+78
2008-12-23Don't use fancy quote characters that don't fit in ASCII; just useGuy Harris1-10/+10
2008-12-19Revert queueing --> queuing spelling changes made in SVN #27050Bill Meier1-4/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-4/+4
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-3/+3
2008-12-11Correct the bit position for a couple of hf fields.Anders Broman1-19/+18
2008-12-01Add codec list dissection.Anders Broman1-5/+98
2008-11-26Initialize consumed in be_speech_codec_lst().Stig Bjørlykke1-1/+1
2008-11-26Fix selected codecs list and a number of typos.Anders Broman1-20/+41
2008-11-23Move some of the BSSMAP LE stuff to packet-gsm_bssmap_le.cAnders Broman1-342/+56
2008-11-20From Johnny Mitrevski:Anders Broman1-6/+6
2008-11-15From Pascal Quantin:Anders Broman1-1/+1
2008-11-13From SUZUKI Shinsuke: Fix some non-ascii characters: Bug #3057 Bill Meier1-16/+16
2008-11-12From Johnny Mitrevski:Anders Broman1-44/+388
2008-11-04Removed some unused variables and fixed some true_false_string's.Stig Bjørlykke1-5/+3
2008-11-04Update towards 48.008 8.4.0Anders Broman1-110/+518
2008-10-30Add dissection of some IE:sAnders Broman1-39/+195
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ...Anders Broman1-22/+21
2008-10-27Update towards 48.008 8.4.0Anders Broman1-328/+1222
2008-10-26Update towards 48.008 8.4.0Anders Broman1-69/+296
2008-10-23Take out extra */ to fix compile.Stephen Fisher1-1/+0
2008-10-23Update towards 48.008 8.4.0Anders Broman1-56/+99
2008-10-22Mark len as unused.Anders Broman1-1/+1
2008-10-22Some further updates.Anders Broman1-36/+127
2008-10-22Mark some unused variables.Stig Bjørlykke1-0/+2
2008-10-22Get rid of /* inside comment.Guy Harris1-4/+4
2008-10-22Update bssap le and BSS MAP.Anders Broman1-151/+990
2008-09-27Small cleanup of proto_reg_handoff & etcBill Meier1-6/+4
2008-09-05From Niel Percy:Anders Broman1-755/+731
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-08-24From Neil Piercy:Anders Broman1-89/+0