aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3g-a11.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-03Fix GRE Key entryetxrab1-14/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-8/+8
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...wmeier1-1/+1
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;wmeier1-3/+3
2011-09-19RFC 4282 says the NAI is UTF-8.guy1-7/+2
2011-09-19Some probably-erroneous TRUEs as the last argument toguy1-2/+2
2011-09-19Use ENC_BIG_ENDIAN instead of FALSE in proto_tree_add_item() calls forguy1-25/+34
2011-07-05Add ett_a11_rqi_grantedqos to the list of ett_ values to be allocated.guy1-6/+7
2011-06-06Fix Unix compilation error...sfisher1-1/+0
2011-06-06On behalf of Ericsson - enhance A11 dissection.etxrab1-69/+229
2011-05-11Eliminate redundant blurbsmorriss1-15/+15
2011-05-10Make sure we set a variable.gerald1-19/+21
2011-05-10On behalf of Ericsson update the A11 dissector.etxrab1-38/+253
2011-04-14Revert r24047. Fixes bug 5822.cmaynard1-27/+1
2011-02-17Fix various Visual C++ analysis warnings.gerald1-2/+2
2011-02-07For FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the encodingguy1-93/+93
2011-02-07Add support for passing NTP times to proto_tree_add_item() by specifyingmorriss1-51/+9
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). Thesemorriss1-15/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
2010-03-03remove check_coletxrab1-28/+20
2009-11-09Removed unused assignments.stig1-5/+0
2009-09-25Upon 2nd thought: revert changes I made to remove 'if(checkcol(...)' around c...wmeier1-20/+28
2009-09-01Misc cleanup;wmeier1-1675/+1675
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-11/+11
2009-03-18Get rid of uses of size_t; they're not necessary, and it causes a pileguy1-17/+17
2009-01-10From Michael Lum:jake1-3/+83
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-5/+5
2008-10-16Remove unnecessary #includeswmeier1-5/+0
2008-08-25Move a buffer from the stack & do some minor cleanupwmeier1-9/+5
2008-05-29For a character string, use an array of char, not an array of guint8guy1-3/+3
2008-01-09In case of QoS Information, Length field is missing.etxrab1-1/+29
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized gerald1-90/+93
2007-09-06Add A11 RRQ-CVSE-Active Start Airlink Record-Subtype 108 is expressed to Subnet.etxrab1-6/+19
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-2/+2
2007-03-24From Sebastien Tandel:sfisher1-2/+2
2006-07-18From Ravi Valmikam:etxrab1-32/+142
2006-07-09Start declaring the proto_reg... functions to fix 'warning: no previous decla...jmayer1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-29Get rid of some unused variables.guy1-2/+0
2006-03-27From Ravi Valmikam:etxrab1-3/+0
2006-03-24From Ravi Valmikametxrab1-4/+183
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-24/+29
2006-01-05Bill Meier:jmayer1-1/+1
2006-01-03From Ravi Valmikametxrab1-1/+483
2005-09-21get rid of strcpy in packet-ntp.csahlberg1-7/+6