aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-07Register a dissector table for dissecting Ericsson AVP:s.Anders Broman1-2/+6
2010-04-26Move proto_reg_handoff... to the end of the file.Bill Meier1-49/+52
2010-03-06From Andrej Kuehnal:Anders Broman1-3/+14
2009-10-08Clean up header fields.Jaap Keuter1-2/+2
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-4/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-7/+7
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-26From Sebastien Decugis:Anders Broman1-0/+22
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-5/+5
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-32/+32
2009-04-13From Abhik Sarkar:Anders Broman1-1/+1
2009-04-07Use some default true_false_string's.Bill Meier1-14/+9
2008-12-19Back out r27047 and r27053.Gerald Combs1-0/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+0
2008-11-15From Abhik Sarkar:Anders Broman1-0/+119
2008-09-23Minor changes related to proto_reg_handoff & pref rangesBill Meier1-7/+2
2008-09-19Minor cleanup mostly related to proto_reg_handoffBill Meier1-11/+10
2008-08-25Add Answer or Request to the Command name in the info column depending onAnders Broman1-1/+2
2008-08-14Use const with value_string array definitionsBill Meier1-2/+2
2008-08-05Fix some errors introduced when fixing Luis Ontanon's e-mail address.Guy Harris1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-2/+2
2008-07-16The second argument to g_ptr_array_add() is the pointer to add, not aGuy Harris1-4/+4
2008-07-15GArrays' data is properly aligned for whatever they are holding (despiteJeff Morriss1-124/+149
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-5/+5
2008-06-25Fix some warnings - declare some arguments, variables, and structureGuy Harris1-3/+3
2008-04-05Mark a local function static rather than extern.Martin Mathieson1-12/+9
2008-02-18Add an expert item about AVP:s without "data".Anders Broman1-0/+3
2008-01-28Dissect Vendor id and Auth-application Id.Anders Broman1-0/+23
2008-01-27Make it possible to do subdissection of Diameter AVP:s and add dissectionAnders Broman1-0/+21
2007-12-12Update a comment about some flagsJörg Mayer1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-8/+33
2007-11-27Check for AVPs with a list of values and a type that's not a 32-bit orGuy Harris1-14/+38
2007-11-08Change dissecton of address type for AVP < 256 (RADIUS address).Anders Broman1-7/+32
2007-10-26Remove some unnecessary includes.Martin Mathieson1-4/+0
2007-10-24Remove a couple of unused variables.Gerald Combs1-36/+35
2007-10-24Add port ranges.Anders Broman1-14/+33
2007-10-24Make sure characters aren't sign-extended before being handed toGuy Harris1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-6/+6
2007-07-27Check the length in unsigned32 AVP data fields.Martin Mathieson1-2/+44
2007-07-20- add an all_cmds array for looking up 'RFC' packetsMartin Mathieson1-4/+32
2007-07-20- <?avp-proto and <?type-proto to instruct about which dissector to use for a...Luis Ontanon1-24/+123
2007-07-18Fix two Windows compile warningsBill Meier1-1/+1
2007-07-18Minor changes to expert itemsMartin Mathieson1-4/+7
2007-07-17Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_D...Luis Ontanon1-49/+253
2007-07-17If we can't find dictionary.xml, fail instead of trying to read fromGerald Combs1-83/+86
2007-07-16for MSVC (vendor_flag ? 12 : 8) is signed ...Luis Ontanon1-1/+1
2007-07-16Rewrite of the diameter dissector to use the dictionary for creating hfids, d...Luis Ontanon1-2225/+673
2007-07-10Allow filtering of whole AVPMartin Mathieson1-1/+8