aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3g-a11.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-23the blurb for field /"PCF IP Address/" (/"a11.ext.ase.pcfip/") matches the fi...Anders Broman1-1/+1
2012-04-23Replace hf[] "duplicate blurbs" by NULL;Bill Meier1-449/+455
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2011-12-28Fix Coverity CID 1342: UNUSED_VALUEChris Maynard1-4/+4
2011-12-27Dissect Service Option Profile.Anders Broman1-1/+66
2011-12-25Revisit the spec, value is 16 bits.Anders Broman1-22/+4
2011-12-25Use packet-radius.c to dissect embedded AVP:s.Anders Broman1-237/+90
2011-12-22Use item lenght when dissecting Additional Session Info.Anders Broman1-63/+91
2011-12-20Add some additional links to more up to date specfications.Chris Maynard1-0/+2
2011-11-03Fix GRE Key entryAnders Broman1-14/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-8/+8
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-11Fix benign bugs wherein proto_tree_add_uint() was intended instead of proto_t...Bill Meier1-1/+1
2011-10-10 Fix benign bugs in some proto_tree_add_item() 'encoding' args;Bill Meier1-3/+3
2011-09-19RFC 4282 says the NAI is UTF-8.Guy Harris1-7/+2
2011-09-19Some probably-erroneous TRUEs as the last argument toGuy Harris1-2/+2
2011-09-19Use ENC_BIG_ENDIAN instead of FALSE in proto_tree_add_item() calls forGuy Harris1-25/+34
2011-07-05Add ett_a11_rqi_grantedqos to the list of ett_ values to be allocated.Guy Harris1-6/+7
2011-06-06Fix Unix compilation error...Stephen Fisher1-1/+0
2011-06-06On behalf of Ericsson - enhance A11 dissection.Anders Broman1-69/+229
2011-05-11Eliminate redundant blurbsJeff Morriss1-15/+15
2011-05-10Make sure we set a variable.Gerald Combs1-19/+21
2011-05-10On behalf of Ericsson update the A11 dissector.Anders Broman1-38/+253
2011-04-14Revert r24047. Fixes bug 5822.Chris Maynard1-27/+1
2011-02-17Fix various Visual C++ analysis warnings.Gerald Combs1-2/+2
2011-02-07For FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the encodingGuy Harris1-93/+93
2011-02-07Add support for passing NTP times to proto_tree_add_item() by specifyingJeff Morriss1-51/+9
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss1-15/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
2010-03-03remove check_colAnders Broman1-28/+20
2009-11-09Removed unused assignments.Stig Bjørlykke1-5/+0
2009-09-25Upon 2nd thought: revert changes I made to remove 'if(checkcol(...)' around c...Bill Meier1-20/+28
2009-09-01Misc cleanup;Bill Meier1-1675/+1675
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-11/+11
2009-03-18Get rid of uses of size_t; they're not necessary, and it causes a pileGuy Harris1-17/+17
2009-01-10From Michael Lum:Jaap Keuter1-3/+83
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-5/+5
2008-10-16Remove unnecessary #includesBill Meier1-5/+0
2008-08-25Move a buffer from the stack & do some minor cleanupBill Meier1-9/+5
2008-05-29For a character string, use an array of char, not an array of guint8Guy Harris1-3/+3
2008-01-09In case of QoS Information, Length field is missing.Anders Broman1-1/+29
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized Gerald Combs1-90/+93
2007-09-06Add A11 RRQ-CVSE-Active Start Airlink Record-Subtype 108 is expressed to Subnet.Anders Broman1-6/+19
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-24From Sebastien Tandel:Stephen Fisher1-2/+2
2006-07-18From Ravi Valmikam:Anders Broman1-32/+142