aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-18Minor cleanup:Bill Meier1-1/+1
2012-09-24Use proto_tree_add_item() and value_strings in a couple of more places.Anders Broman1-43/+52
2012-09-21Detected typos in speech codec value.Anders Broman1-30/+24
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-4/+4
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top lev...Pascal Quantin1-132/+132
2012-08-01Follow-up of r44162: clean more filtersPascal Quantin1-13/+7
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-22/+22
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-20- In INTERNAL HANDOVER COMMAND Circuit Identity Code is C(Coded optional in WS)Anders Broman1-2/+36
2012-06-12Upgrade GSM BSSMAP dissection to Release 9 (V9.8.0)Pascal Quantin1-63/+529
2012-06-11From Alexander via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7361 :Pascal Quantin1-1/+3
2012-06-11From Alexander via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7360 :Pascal Quantin1-2/+2
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2012-05-07General minor cleanup including:Bill Meier1-239/+253
2012-04-30Fix a few clang warningspascal1-11/+5
2012-04-19Set up RTP conversations from BSS MAP.Anders Broman1-1/+35
2012-04-04Avoid false-positive CID 621: if str is non-NULL, idx should be positiveJeff Morriss1-15/+18
2012-03-08Fix dissecton of speech codec listAnders Broman1-2/+27
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-07-22Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-6/+0
2011-05-18Finish removing tabs and fix up some indentation.Jeff Morriss1-323/+324
2011-05-18Add a default (else) case in the default case for cause values to avoid passingJeff Morriss1-5/+15
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-100/+100
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-81/+81
2011-03-23CID 453,454Anders Broman1-0/+1
2011-03-06Prepare to remove old bssgp code by changing exports.Anders Broman1-10/+1
2011-02-13Advance offsets in the "default" branch to avoid infinite loops.Anders Broman1-0/+6
2011-02-12Update dissection of Anders Broman1-25/+112
2011-02-08- Use ENC_BIG_ENDIAN.Anders Broman1-428/+428
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.Anders Broman1-2/+52
2011-01-27Removed duplicate hf_gsm_a_bssmap_lsa_only registry.Stig Bjørlykke1-5/+0
2011-01-26Dissect PS-HANDOVER-REQUEST.Anders Broman1-20/+37
2011-01-11Use value_string_ext and friends.Anders Broman1-2/+2
2011-01-11Complement toAnders Broman1-11/+76
2011-01-08Try to fix:Anders Broman1-1/+1
2011-01-05Remove a duplicate return.Jeff Morriss1-4/+2
2010-12-27Fix the Message numbering.Anders Broman1-33/+49
2010-12-26Correct:Anders Broman1-8/+8
2010-12-26Start of a SGSAP (TS 29.118) dissector for LTE.Anders Broman1-83/+83
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-22From Mike Morrin:Anders Broman1-16/+26
2010-11-09Use value_string_ext for gsm_a_rr_rxlev_vals.Anders Broman1-1/+1
2010-08-27Support for eMLPP Priority IE in BSSMAPGerasimos Dimitriadis1-1/+29
2010-06-29Make sure we don't dereference an invalid function pointer. Fixes bug 4949.Gerald Combs1-3/+4
2010-05-18Avoid passing a NULL pointer to a string to proto_tree_add_uint_format()Jeff Morriss1-0/+3
2010-05-11Use consistent indentation; Whitesapce & formatting cleanup.Bill Meier1-4194/+4194