aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-06Set up RTP conversation when PORT is known.Anders Broman1-9/+8
2007-10-24Remove a couple of unused variables.Gerald Combs1-191/+190
2007-10-24Add port ranges.Anders Broman1-10/+30
2007-10-11Implement some of the minor possible speed improvment patches.Anders Broman1-2/+2
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-0/+2
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-2/+2
2007-03-23From Sebastien Tandel: Stephen Fisher1-1/+0
2007-02-12Display 2 octet length field correctly.Anders Broman1-1/+1
2006-12-06Fix a typo.Anders Broman1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-09-17Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107Anders Broman1-3/+3
2006-05-27Dissect RTP Redundancy Support correctly.Anders Broman1-4/+6
2006-05-23From Markus Meier:Anders Broman1-62/+9
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-17Fix BUGs:Anders Broman1-64/+26
2006-05-15Fix bug 951 UMA: message URR_RELEASE not decoded corretly Anders Broman1-25/+10
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