aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman1-22011/+0
2008-08-01Use guints for our tap array indices and use >= to make sure they wrap. ThisGerald Combs1-565/+565
2008-07-31Fix:Anders Broman1-11/+11
2008-07-31From Pascal Quantin:Anders Broman1-3/+627
2008-07-22Add NULL termination element to value_string arrays.Bill Meier1-0/+5
2008-07-20Try again ;)Anders Broman1-0/+2
2008-07-20Will gcc be happy now?Anders Broman1-0/+2
2008-07-20Uggly hack to fix:Anders Broman1-8/+12
2008-07-20From Neil Piercy :Anders Broman1-144/+1492
2008-06-28Fix some warnings reported by gcc -Wshadow ...Bill Meier1-3/+3
2008-04-15From Jonas Nilsson:Anders Broman1-33/+247
2008-04-10Fix a comment to please the compiler.Jaap Keuter1-1/+1
2008-04-10Use the correct length for APDU:s.Anders Broman1-25/+79
2008-02-08- Add application Id:s to DiameterAnders Broman1-20/+13
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-6/+2
2008-01-27Make it possible to do subdissection of Diameter AVP:s and add dissectionAnders Broman1-31/+35
2008-01-24Added some parantheses to avoid a warning.Stig Bjørlykke1-2/+2
2008-01-24Decode som MBMS elements.Anders Broman1-1/+52
2008-01-10add some comments re desirability of renaming fieldsRichard van der Hoff1-0/+13
2007-10-02Dissect more IE'sAnders Broman1-1/+1
2007-09-24More IE:sAnders Broman1-2/+24
2007-09-23Close yer comments.Guy Harris1-1/+1
2007-09-23Decode more IE'sAnders Broman1-48/+317
2007-09-21Get the GSM A Interface dissector to compile again.Jaap Keuter1-17/+17
2007-09-21Make it possible to decode messages on the CCCH link.Anders Broman1-44/+586
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-08-24From Chris Maynard:Anders Broman1-1/+1
2007-08-20From Cyrille Colin:Anders Broman1-1/+2
2007-06-19- update the Unix Makefile to use gsmmap.cnf and not gsm_map.cnf.Anders Broman1-1/+1
2007-06-10Remove an unused variable.Anders Broman1-1/+0
2007-06-10Updated GSM MAP to use the latest asn1 original files.Anders Broman1-549/+15
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-22/+22
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-9/+9
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-87/+90
2007-05-06Start introducing actx to ber functions.Anders Broman1-22/+22
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-2/+2
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...Luis Ontanon1-10/+10
2007-03-21packet_info.c and packet.cLuis Ontanon1-5/+61
2006-11-06Remove some // comments.Jörg Mayer1-3/+3
2006-10-24From Reinhard Speyerer:Anders Broman1-8/+20
2006-08-24Dissect 'User Location Information' IE and MS Time Zone' IE.Anders Broman1-1/+1
2006-08-21From Florent Drouin:Anders Broman1-21/+61
2006-07-11Decode RANAP in LongSignalInfo and RadioResourceInformation.Anders Broman1-1/+1
2006-07-03From Nils Ljungberg:Anders Broman1-288/+274
2006-06-27From Neil Piercy:Anders Broman1-1/+26
2006-06-15gsm_a: Dissect LLCAnders Broman1-1/+17
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-27From Markus Meier:Anders Broman1-15/+255
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-17Fix BUGs:Anders Broman1-3/+3