aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-22From Mike Morrin:etxrab1-16/+26
2010-11-09Use value_string_ext for gsm_a_rr_rxlev_vals.etxrab1-1/+1
2010-08-27Support for eMLPP Priority IE in BSSMAPdimeg1-1/+29
2010-06-29Make sure we don't dereference an invalid function pointer. Fixes bug 4949.gerald1-3/+4
2010-05-18Avoid passing a NULL pointer to a string to proto_tree_add_uint_format()morriss1-0/+3
2010-05-11Use consistent indentation; Whitesapce & formatting cleanup.wmeier1-4194/+4194
2010-04-29From Mike Morrin:etxrab1-44/+535
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-20Fix for Bug 4588:dimeg1-1/+4
2010-01-26Bug on bssmap SAI not decoded.etxrab1-6/+28
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-6/+6
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-1/+1
2009-11-25If SourceRNC-ToTargetRNC-TransparentContainer is called trough dissect_ran...etxrab1-1/+38
2009-11-23Add dissection of Source RNC to target RNC transparent information in BSSAP.etxrab1-1/+5
2009-11-23Basic support for the DTAP User-User IE; print bitfields in a way moredimeg1-30/+30
2009-11-20When decoding a Cell Identifier, curr_offset is not increased afterdimeg1-0/+1
2009-11-01Fix Layer 3 Message Contents(?)etxrab1-6/+4
2009-11-01From Holger Freyther:etxrab1-4/+26
2009-09-24Don't guard col_append_str with check_colkrj1-4/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-2/+2
2009-09-07From Mike Morrin:etxrab1-2/+3
2009-09-07From Mike Morrin:etxrab1-26/+218
2009-08-04Optimize empty strings to NULL pointers.jake1-253/+253
2009-07-13APDU incorrectly dissected(BSSLAP Protocol Not Decoded In BSSMAP-LE Messages).etxrab1-5/+6
2009-06-22Fix my 'fix': guint8 > 0 is always truejmayer1-1/+1
2009-06-22Fix warning: always evaluates to true/falsejmayer1-1/+1
2009-04-04Wrong tree used, add Codec list dissection.etxrab1-10/+10
2009-04-03Add value strings and code clenup.etxrab1-153/+88
2009-03-18- Fix APDU dissection.etxrab1-3/+3
2009-02-28From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3281 :morriss1-1/+1
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).etxrab1-78/+78
2008-12-23Don't use fancy quote characters that don't fit in ASCII; just useguy1-10/+10
2008-12-19Revert queueing --> queuing spelling changes made in SVN #27050wmeier1-4/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-4/+4
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-3/+3
2008-12-11Correct the bit position for a couple of hf fields.etxrab1-19/+18
2008-12-01Add codec list dissection.etxrab1-5/+98
2008-11-26Initialize consumed in be_speech_codec_lst().stig1-1/+1
2008-11-26Fix selected codecs list and a number of typos.etxrab1-20/+41
2008-11-23Move some of the BSSMAP LE stuff to packet-gsm_bssmap_le.cetxrab1-342/+56
2008-11-20From Johnny Mitrevski:etxrab1-6/+6
2008-11-15From Pascal Quantin:etxrab1-1/+1
2008-11-13From SUZUKI Shinsuke: Fix some non-ascii characters: Bug #3057 wmeier1-16/+16
2008-11-12From Johnny Mitrevski:etxrab1-44/+388
2008-11-04Removed some unused variables and fixed some true_false_string's.stig1-5/+3
2008-11-04Update towards 48.008 8.4.0etxrab1-110/+518
2008-10-30Add dissection of some IE:setxrab1-39/+195
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ...etxrab1-22/+21
2008-10-27Update towards 48.008 8.4.0etxrab1-328/+1222