aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-23Fix some duplicate display filter names.cmaynard1-7/+7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-22/+22
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-66/+66
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-9/+9
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+1
2011-05-18Fix some (value) mistakes in value_strings. Found by Martin's patch on the -...morriss1-1/+0
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-31/+23
2011-01-17Actually use proto_tree_add_item() instead of proto_tree_add_ether(). I hope...morriss1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-11/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
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