aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_bssmap.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-29From Mike Morrin:Anders Broman1-44/+535
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-1/+4
2010-01-26Bug on bssmap SAI not decoded.Anders Broman1-6/+28
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-6/+6
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
2009-11-25If SourceRNC-ToTargetRNC-TransparentContainer is called trough dissect_ran...Anders Broman1-1/+38
2009-11-23Add dissection of Source RNC to target RNC transparent information in BSSAP.Anders Broman1-1/+5
2009-11-23Basic support for the DTAP User-User IE; print bitfields in a way moreGerasimos Dimitriadis1-30/+30
2009-11-20When decoding a Cell Identifier, curr_offset is not increased afterGerasimos Dimitriadis1-0/+1
2009-11-01Fix Layer 3 Message Contents(?)Anders Broman1-6/+4
2009-11-01From Holger Freyther:Anders Broman1-4/+26
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-2/+2
2009-09-07From Mike Morrin:Anders Broman1-2/+3
2009-09-07From Mike Morrin:Anders Broman1-26/+218
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter1-253/+253
2009-07-13APDU incorrectly dissected(BSSLAP Protocol Not Decoded In BSSMAP-LE Messages).Anders Broman1-5/+6
2009-06-22Fix my 'fix': guint8 > 0 is always trueJörg Mayer1-1/+1
2009-06-22Fix warning: always evaluates to true/falseJörg Mayer1-1/+1
2009-04-04Wrong tree used, add Codec list dissection.Anders Broman1-10/+10
2009-04-03Add value strings and code clenup.Anders Broman1-153/+88
2009-03-18- Fix APDU dissection.Anders Broman1-3/+3
2009-02-28From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3281 :Jeff Morriss1-1/+1
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman1-78/+78