aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-17value_string_ext fixes.etxrab1-14/+31
2010-11-03Use value_string_ext fcns to access certain value_string arrays;wmeier1-71/+85
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-20Fix for Bug 4588:dimeg1-1/+1
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-1/+1
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-08-02Change default range from 1401,1401 to 1401 so that the port isn't double-reg...wmeier1-1/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-106/+106
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...etxrab1-1/+1
2009-03-03Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfoetxrab1-166/+384
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-13Fix compile error; Revise reg_handoff code slightlywmeier1-3/+3
2008-12-13From Vincent Helfre:etxrab1-0/+3
2008-11-14Comment out variable not cuurently used ...wmeier1-1/+1
2008-11-14Various proto_register & proto_reg_handoff changes:wmeier1-109/+101
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