aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-09- Fix a broken comment in xml fileMartin Mathieson1-4/+4
2007-06-20- include gqpolicy.xml properly!Martin Mathieson1-20/+34
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-14/+18
2007-04-04Fix a warningStephen Fisher1-4/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-2/+2
2007-03-23fix a lot more warningsUlf Lamping1-4/+4
2007-01-31Fix bug 1332 properly.Martin Mathieson1-0/+24
2007-01-30Size passed to IP address fields is now fixed (reported AVP size includes 2 b...Martin Mathieson1-2/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-08-01Delete leftover printfMartin Mathieson1-1/+0
2006-07-17From Martin Mathieson:Anders Broman1-36/+75
2006-07-07From Martin Mathieson:Anders Broman1-1/+1
2006-07-03From Martin Mathieson:Anders Broman1-457/+473