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