aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-08Try to get the container stuff right...etxrab1-4/+2
2011-11-06Dissect RIM related IEsetxrab1-1/+1
2011-10-27Fix proto_tree_add_item( encoding args;wmeier1-4207/+4214
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-04-26From Yaniv Kaul:etxrab1-5/+1
2011-04-05Don't assign to a proto_item * if the value won't be used: Coverity 858;wmeier1-82/+80
2011-04-04Get rid of gsm_a_dtap_pinfo.etxrab1-2/+0
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-117/+117
2011-04-04Change the msg_fcn() signature to include pinfo.etxrab1-200/+200
2011-03-27Added some missing breaks.stig1-0/+3
2011-03-15Add dissection ofetxrab1-13/+337
2011-03-14Add dissection ofetxrab1-28/+324
2011-03-07Remove more obsolete code.etxrab1-92/+0
2011-03-07Fix packet-bssgp.c:125: warning: 'hf_bssgp_tmsi_ptmsi' defined but not usedetxrab1-1/+0
2011-03-07Remove the old code.etxrab1-5909/+80
2011-03-06Prepare to remove old bssgp code by changing exports.etxrab1-3/+15
2011-03-04All messages converted to the "GSM style" dissection.etxrab1-88/+681
2011-02-22From Pascal Quantin:etxrab1-4/+4
2011-02-18#if out some (currently) unused functions.morriss1-0/+6
2011-02-18Add more MSG dissection.etxrab1-190/+779
2011-02-17Fix some Visual C++ analysis warnings.gerald1-119/+119
2011-01-31packet-bssgp.c:10020: warning: 'bssgp_perform_loc_response' defined but not usedetxrab1-2/+3
2011-01-31More IE dissection.etxrab1-6/+66
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.etxrab1-11/+62
2011-01-31Clean up white space.guy1-118/+128
2011-01-30Add more MSG dissection.etxrab1-21/+157
2011-01-27Fix a typo and prettify some printouts.etxrab1-2/+23
2011-01-26Fix compilation errorssfisher1-3/+3
2011-01-26Dissect PS-HANDOVER-REQUEST.etxrab1-14/+149
2011-01-25Fix gcc compilation.gerald1-2/+2
2011-01-25Switch more messages over to the "gsm dissector style".etxrab1-240/+3481
2011-01-19packet-bssgp.c:6916: warning: 'bssgp_tree' may be used uninitialized in this ...etxrab1-1/+1
2011-01-19Cleaned up splitt between old and new dissection style.etxrab1-106/+442
2011-01-17(Until Anders comletes work): use #if 0 instead of //; init a variable;wmeier1-3/+5
2011-01-16Move assignment of 'oct' outside of if(tree)--it is used outside of the if bl...morriss1-1/+1
2011-01-15Comitting work in progress to fix the linking problem.etxrab1-111/+716
2010-10-29Add cause values.etxrab1-1/+25
2010-10-13Access several large value-string arrays via extended value-string functions.wmeier1-1/+1
2010-10-11Define some fcns & vars as static;wmeier1-1/+1
2010-09-27Add PDUs to value_string.etxrab1-2/+106
2010-06-15From Holger Freyther:etxrab1-87/+87
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-17/+17
2010-05-24Use REP_BIG_ENDIAN for integral data types not already using REP_guy1-7/+7
2010-05-24Get rid of private byte-order definition. The definition didn't matchguy1-10/+30
2010-04-29From Mike Morrin:etxrab1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-12Use a more correct length for hf_bssgp_ie_type and hf_bssgp_bvci,stig1-2/+2
2009-11-14- Replaced get_start_octet() with a right shiftdimeg1-88/+70
2009-08-24Make it possible to use bssgp.tlli as custom column.etxrab1-36/+15