aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-04Another temporary fix to prevent a build errorwmeier1-0/+2
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...etxrab1-1/+1
2008-02-07Removed some "statement not reached" warnings.stig1-4/+1
2007-11-06Set up RTP conversation when PORT is known.etxrab1-9/+8
2007-10-24Remove a couple of unused variables.gerald1-191/+190
2007-10-24Add port ranges.etxrab1-10/+30
2007-10-11Implement some of the minor possible speed improvment patches.etxrab1-2/+2
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-0/+2
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2007-03-26From Sebastien Tandel sahlberg1-2/+2
2007-03-23From Sebastien Tandel: sfisher1-1/+0
2007-02-12Display 2 octet length field correctly.etxrab1-1/+1
2006-12-06Fix a typo.etxrab1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-09-17Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1107etxrab1-3/+3
2006-05-27Dissect RTP Redundancy Support correctly.etxrab1-4/+6
2006-05-23From Markus Meier:etxrab1-62/+9
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-17Fix BUGs:etxrab1-64/+26
2006-05-15Fix bug 951 UMA: message URR_RELEASE not decoded corretly etxrab1-25/+10
2006-04-29A dissector called from tcp_dissect_pdus() has to return void. (If youguy1-48/+46
2006-04-28Fix bug 896 by using tcp_dissect_pdus() .etxrab1-3/+30
2006-01-30Use dissect_e212_mcc_mnc().etxrab1-33/+2
2006-01-29Fix an infinite loop in gsm_a dissector and a wrong offset in uma dissector.lroland1-1/+1
2005-11-30Dissct Ptotocol Id 0etxrab1-1/+40
2005-10-20Use the right offset when calling packet-gsm_a.c functions.etxrab1-9/+9
2005-09-29Update to the latest version of the standard.etxrab1-82/+114
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-3/+3
2005-08-21remove sprintf from gsm_asahlberg1-13/+13
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-24some more ep_tvb_get_string updatessahlberg1-4/+2
2005-07-22Use NULL intead of "" in all calls to packet-gsm_a.cetxrab1-12/+12
2005-07-20In packet-gsm_a.c:gerald1-1/+1
2005-07-17Fix the RCS ID.guy1-1/+1
2005-07-16Remove some unused variables.etxrab1-34/+0
2005-07-15Updare Id, and a comment.etxrab1-3/+12
2005-07-14Packet-gtp.c - Fix up decoding of the rest of the IE:s use routines from pack...etxrab1-493/+25
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-7/+7
2005-07-03Add an exported value stringetxrab1-1/+1
2005-07-03Change gsm_a.c to use value strings in some places in preparation to use it f...etxrab1-8/+9
2005-05-03Dissect GPRS user data.etxrab1-8/+114
2005-05-02Dissect URLC correctly and add dissection of LCC PDU.etxrab1-7/+42
2005-04-15Setr up conversations for RTP and RTCP.etxrab1-0/+40
2005-03-31Further IE dissection updates.etxrab1-13/+34
2005-03-26Fix some typos + decode more IE stuffetxrab1-12/+96
2005-03-23Some more IE stuff and added some ref:setxrab1-4/+116
2005-03-23Let packet-gsm_a.c dissect L3 messages.etxrab1-3/+57
2005-03-22More IE dissectionetxrab1-7/+92