aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-2/+2
2011-07-22Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-6/+0
2011-05-18Finish removing tabs and fix up some indentation.morriss1-323/+324
2011-05-18Add a default (else) case in the default case for cause values to avoid passingmorriss1-5/+15
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-100/+100
2011-04-04Change the msg_fcn() signature to include pinfo.etxrab1-81/+81
2011-03-23CID 453,454etxrab1-0/+1
2011-03-06Prepare to remove old bssgp code by changing exports.etxrab1-10/+1
2011-02-13Advance offsets in the "default" branch to avoid infinite loops.etxrab1-0/+6
2011-02-12Update dissection of etxrab1-25/+112
2011-02-08- Use ENC_BIG_ENDIAN.etxrab1-428/+428
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.etxrab1-2/+52
2011-01-27Removed duplicate hf_gsm_a_bssmap_lsa_only registry.stig1-5/+0
2011-01-26Dissect PS-HANDOVER-REQUEST.etxrab1-20/+37
2011-01-11Use value_string_ext and friends.etxrab1-2/+2
2011-01-11Complement toetxrab1-11/+76
2011-01-08Try to fix:etxrab1-1/+1
2011-01-05Remove a duplicate return.morriss1-4/+2
2010-12-27Fix the Message numbering.etxrab1-33/+49
2010-12-26Correct:etxrab1-8/+8
2010-12-26Start of a SGSAP (TS 29.118) dissector for LTE.etxrab1-83/+83
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
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