aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-29A dissector called from tcp_dissect_pdus() has to return void. (If youGuy Harris1-48/+46
2006-04-28Fix bug 896 by using tcp_dissect_pdus() .Anders Broman1-3/+30
2006-01-30Use dissect_e212_mcc_mnc().Anders Broman1-33/+2
2006-01-29Fix an infinite loop in gsm_a dissector and a wrong offset in uma dissector.Lars Roland1-1/+1
2005-11-30Dissct Ptotocol Id 0Anders Broman1-1/+40
2005-10-20Use the right offset when calling packet-gsm_a.c functions.Anders Broman1-9/+9
2005-09-29Update to the latest version of the standard.Anders Broman1-82/+114
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-3/+3
2005-08-21remove sprintf from gsm_aRonnie Sahlberg1-13/+13
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-24some more ep_tvb_get_string updatesRonnie Sahlberg1-4/+2
2005-07-22Use NULL intead of "" in all calls to packet-gsm_a.cAnders Broman1-12/+12
2005-07-20In packet-gsm_a.c:Gerald Combs1-1/+1
2005-07-17Fix the RCS ID.Guy Harris1-1/+1
2005-07-16Remove some unused variables.Anders Broman1-34/+0
2005-07-15Updare Id, and a comment.Anders Broman1-3/+12
2005-07-14Packet-gtp.c - Fix up decoding of the rest of the IE:s use routines from pack...Anders Broman1-493/+25
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-7/+7
2005-07-03Add an exported value stringAnders Broman1-1/+1
2005-07-03Change gsm_a.c to use value strings in some places in preparation to use it f...Anders Broman1-8/+9
2005-05-03Dissect GPRS user data.Anders Broman1-8/+114
2005-05-02Dissect URLC correctly and add dissection of LCC PDU.Anders Broman1-7/+42
2005-04-15Setr up conversations for RTP and RTCP.Anders Broman1-0/+40
2005-03-31Further IE dissection updates.Anders Broman1-13/+34
2005-03-26Fix some typos + decode more IE stuffAnders Broman1-12/+96
2005-03-23Some more IE stuff and added some ref:sAnders Broman1-4/+116
2005-03-23Let packet-gsm_a.c dissect L3 messages.Anders Broman1-3/+57
2005-03-22More IE dissectionAnders Broman1-7/+92
2005-03-21Updates according to R1.0.3 (2005-02-26) and decode some more IE:sAnders Broman1-10/+202
2005-03-16Get rid of an unused variable.Guy Harris1-1/+0
2005-03-16Dissect some more IE:s and bug fixes.Anders Broman1-35/+518
2005-03-16Fix a typo in a comment, and get rid of some unused variables, toGuy Harris1-3/+1
2005-03-14Routines for Unlicensed Mobile Access(UMA) dissection ( http://www.umatechnol...Anders Broman1-0/+1531