aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-26Move proto_reg_handoff... to the end of the file.wmeier1-49/+52
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-3/+14
2009-10-08Clean up header fields.jake1-2/+2
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.krj1-4/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-7/+7
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-26From Sebastien Decugis:etxrab1-0/+22
2009-06-24From Kovarththanan Rajaratnam:stig1-5/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-32/+32
2009-04-13From Abhik Sarkar:etxrab1-1/+1
2009-04-07Use some default true_false_string's.wmeier1-14/+9
2008-12-19Back out r27047 and r27053.gerald1-0/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-1/+0
2008-11-15From Abhik Sarkar:etxrab1-0/+119
2008-09-23Minor changes related to proto_reg_handoff & pref rangeswmeier1-7/+2
2008-09-19Minor cleanup mostly related to proto_reg_handoffwmeier1-11/+10
2008-08-25Add Answer or Request to the Command name in the info column depending onetxrab1-1/+2
2008-08-14Use const with value_string array definitionswmeier1-2/+2
2008-08-05Fix some errors introduced when fixing Luis Ontanon's e-mail address.guy1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-2/+2
2008-07-16The second argument to g_ptr_array_add() is the pointer to add, not aguy1-4/+4
2008-07-15GArrays' data is properly aligned for whatever they are holding (despitemorriss1-124/+149
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-5/+5
2008-06-25Fix some warnings - declare some arguments, variables, and structureguy1-3/+3
2008-04-05Mark a local function static rather than extern.martinm1-12/+9
2008-02-18Add an expert item about AVP:s without "data".etxrab1-0/+3
2008-01-28Dissect Vendor id and Auth-application Id.etxrab1-0/+23
2008-01-27Make it possible to do subdissection of Diameter AVP:s and add dissectionetxrab1-0/+21
2007-12-12Update a comment about some flagsjmayer1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-8/+33
2007-11-27Check for AVPs with a list of values and a type that's not a 32-bit orguy1-14/+38
2007-11-08Change dissecton of address type for AVP < 256 (RADIUS address).etxrab1-7/+32
2007-10-26Remove some unnecessary includes.martinm1-4/+0
2007-10-24Remove a couple of unused variables.gerald1-36/+35
2007-10-24Add port ranges.etxrab1-14/+33
2007-10-24Make sure characters aren't sign-extended before being handed toguy1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-6/+6
2007-07-27Check the length in unsigned32 AVP data fields.martinm1-2/+44
2007-07-20- add an all_cmds array for looking up 'RFC' packetsmartinm1-4/+32
2007-07-20- <?avp-proto and <?type-proto to instruct about which dissector to use for a...lego1-24/+123
2007-07-18Fix two Windows compile warningswmeier1-1/+1
2007-07-18Minor changes to expert itemsmartinm1-4/+7
2007-07-17Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_D...lego1-49/+253
2007-07-17If we can't find dictionary.xml, fail instead of trying to read fromgerald1-83/+86
2007-07-16for MSVC (vendor_flag ? 12 : 8) is signed ...lego1-1/+1
2007-07-16Rewrite of the diameter dissector to use the dictionary for creating hfids, d...lego1-2225/+673
2007-07-10Allow filtering of whole AVPmartinm1-1/+8
2007-07-09- Fix a broken comment in xml filemartinm1-4/+4