aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3g-a11.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-28add some missing value_string termination entriessahlberg1-0/+2
2005-08-19from Michael Lumsahlberg1-2/+16
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-4/+2
2005-03-02Use "tvb_get_string()" to fetch strings from the packet, rather thanguy1-147/+247
2005-03-01Show NTP times correctly.guy1-27/+41
2004-11-24add some 3gpp2 AVP:s to packet-radius.c and use "vendor" table packet-3g-a11.cetxrab1-4/+10
2004-11-01From Ryuji Somegawa: dissect the Registration Update Authenticationguy1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1135