aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-16Calculate Timezone correctly fixes http://bugs.ethereal.com/bugzilla/show_bug...Anders Broman1-23/+18
2006-04-16bssgp - handle LLC PDU of 0 length.Anders Broman1-1/+2
2006-03-29Close a comment to squelch a compiler warning.Guy Harris1-1/+1
2006-03-23Fix BugsAnders Broman1-15/+34
2006-02-18From Florent.Drouin@alcatel.frAnders Broman1-1/+19
2006-02-12fuzz testing revealed that an infinite loop in the uma dissector was only par...Lars Roland1-1/+1
2006-02-07Dissect channel needed.Anders Broman1-11/+47
2006-02-02gsm_a: Export needed functionsAnders Broman1-31/+21
2006-02-01packet-gsma_a.ch Use valuestrings for Number type etc and export the value_st...Anders Broman1-166/+61
2006-01-29Fix indentation, add a /* FALLTHRU */ comment.Guy Harris1-2/+4
2006-01-29As suggested by Ilja Maslov, display values ofLars Roland1-2/+2
2006-01-29Fix an infinite loop in gsm_a dissector and a wrong offset in uma dissector.Lars Roland1-2/+2
2006-01-28Fix missing closing */ in comment.Guy Harris1-1/+1
2006-01-25- Add new IE:s Anders Broman1-249/+369
2006-01-22Dissect CellGlobalIdOrServiceAreaIdOrLAI and RAIdentityAnders Broman1-1/+1
2006-01-21RANAP - Dissect ProtocolExtensionField IE:sAnders Broman1-2/+6
2006-01-19ext_qos_subscribed was not correctly decoded in Camel and GSM MAPAnders Broman1-83/+104
2006-01-17Change some OPCODE decodes from respons to Invoke (bug fix), let gsm_a decode...Anders Broman1-2/+2
2006-01-13From Patrik OlssonJaap Keuter1-22/+61
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-11-03Fix a typo and change TLLI representation to HEX.Anders Broman1-3/+3
2005-10-08strcpy() removalRonnie Sahlberg1-3/+3
2005-09-22prevent output of NULL stringsUlf Lamping1-2/+2
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-5/+4
2005-08-21remove sprintf from gsm_aRonnie Sahlberg1-186/+196
2005-08-18Decode some more of MultiRate configuration.Anders Broman1-3/+109
2005-08-13Get rid of an unused variable, don't include tcap.h and remove some redundant...Anders Broman1-5/+0
2005-08-13From Peter Johansson:Anders Broman1-1/+1
2005-08-11From Rene Pilz:Anders Broman1-6/+9
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-4/+4
2005-08-08updates from Anders BRonnie Sahlberg1-330/+538
2005-08-05From THORNTON, MATTAnders Broman1-12/+33
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-69/+71
2005-07-28ememify some more tvb_get_string() callsRonnie Sahlberg1-8/+4
2005-07-20In packet-gsm_a.c:Gerald Combs1-277/+197
2005-07-16Remove some unused variables.Anders Broman1-4/+0
2005-07-14Packet-gtp.c - Fix up decoding of the rest of the IE:s use routines from pack...Anders Broman1-197/+329
2005-07-11Dissect some more fieldsAnders Broman1-1/+1
2005-07-08Add some missing IMPLICIT tags, and use FN_PARS directive.Anders Broman1-19/+1616
2005-07-04Add dissection of BSS-MAP elements and a fix to dissect Tele and Bearer servi...Anders Broman1-1/+1
2005-07-03Add an exported value stringAnders Broman1-4/+3
2005-07-03Change gsm_a.c to use value strings in some places in preparation to use it f...Anders Broman1-307/+375
2005-07-01fixed various issues (two serious ones) found by "private" fuzz-testingUlf Lamping1-0/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-42/+16
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-5/+5
2005-06-17Register the dtap dissector by name.Luis Ontanon1-1/+3