aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-28Ethereal->WiresharkAnders Broman1-5/+5
2006-05-23From Martin Mathieson:Anders Broman1-0/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-15dissect_diameter_tcp should be static voidAnders Broman1-5/+2
2006-03-20From Martin Mathieson:Anders Broman1-34/+39
2006-03-15from Martim Mattieson:Anders Broman1-6/+65
2006-03-15From Martin MathiesonAnders Broman1-14/+34
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-12/+12
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-5/+9
2006-01-10Handle <application id="4294967295" name="Relay"/>Anders Broman1-3/+2
2006-01-05Bill Meier:Jörg Mayer1-2/+2
2005-11-19Use VendorID from sminmpec.Anders Broman1-26/+42
2005-11-16Display AVP:s of Dimater type Unsigned32 as such even when they have "value t...Anders Broman1-6/+40
2005-10-15remove some strcpy() and strcat()Ronnie Sahlberg1-10/+20
2005-10-13get rid of some strcpy() and some compiler warningsRonnie Sahlberg1-18/+18
2005-10-13remove some strcpy() from diameter and remove some arrays from the stackRonnie Sahlberg1-20/+17
2005-09-13Get application ID from the packet.Anders Broman1-22/+22