aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
Commit message (Expand)AuthorAgeFilesLines
* Mark a local function static rather than extern.Martin Mathieson2008-04-051-12/+9
* Add an expert item about AVP:s without "data".Anders Broman2008-02-181-0/+3
* Dissect Vendor id and Auth-application Id.Anders Broman2008-01-281-0/+23
* Make it possible to do subdissection of Diameter AVP:s and add dissectionAnders Broman2008-01-271-0/+21
* Update a comment about some flagsJörg Mayer2007-12-121-1/+1
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-8/+33
* Check for AVPs with a list of values and a type that's not a 32-bit orGuy Harris2007-11-271-14/+38
* Change dissecton of address type for AVP < 256 (RADIUS address).Anders Broman2007-11-081-7/+32
* Remove some unnecessary includes.Martin Mathieson2007-10-261-4/+0
* Remove a couple of unused variables.Gerald Combs2007-10-241-36/+35
* Add port ranges.Anders Broman2007-10-241-14/+33
* Make sure characters aren't sign-extended before being handed toGuy Harris2007-10-241-1/+1
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-6/+6
* Check the length in unsigned32 AVP data fields.Martin Mathieson2007-07-271-2/+44
* - add an all_cmds array for looking up 'RFC' packetsMartin Mathieson2007-07-201-4/+32
* - <?avp-proto and <?type-proto to instruct about which dissector to use for a...Luis Ontanon2007-07-201-24/+123
* Fix two Windows compile warningsBill Meier2007-07-181-1/+1
* Minor changes to expert itemsMartin Mathieson2007-07-181-4/+7
* Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_D...Luis Ontanon2007-07-171-49/+253
* If we can't find dictionary.xml, fail instead of trying to read fromGerald Combs2007-07-171-83/+86
* for MSVC (vendor_flag ? 12 : 8) is signed ...Luis Ontanon2007-07-161-1/+1
* Rewrite of the diameter dissector to use the dictionary for creating hfids, d...Luis Ontanon2007-07-161-2225/+673
* Allow filtering of whole AVPMartin Mathieson2007-07-101-1/+8
* - Fix a broken comment in xml fileMartin Mathieson2007-07-091-4/+4
* - include gqpolicy.xml properly!Martin Mathieson2007-06-201-20/+34
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-14/+18
* Fix a warningStephen Fisher2007-04-041-4/+5
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-2/+2
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-2/+2
* fix a lot more warningsUlf Lamping2007-03-231-4/+4
* Fix bug 1332 properly.Martin Mathieson2007-01-311-0/+24
* Size passed to IP address fields is now fixed (reported AVP size includes 2 b...Martin Mathieson2007-01-301-2/+2
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-1/+1
* Delete leftover printfMartin Mathieson2006-08-011-1/+0
* From Martin Mathieson:Anders Broman2006-07-171-36/+75
* From Martin Mathieson:Anders Broman2006-07-071-1/+1
* From Martin Mathieson:Anders Broman2006-07-031-457/+473
* Ethereal->WiresharkAnders Broman2006-05-281-5/+5
* From Martin Mathieson:Anders Broman2006-05-231-0/+3
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* dissect_diameter_tcp should be static voidAnders Broman2006-05-151-5/+2
* From Martin Mathieson:Anders Broman2006-03-201-34/+39
* from Martim Mattieson:Anders Broman2006-03-151-6/+65
* From Martin MathiesonAnders Broman2006-03-151-14/+34
* Use the new "proto_tree_add_*_format_value" routines.Guy Harris2006-02-161-12/+12
* packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer2006-01-201-5/+9
* Handle <application id="4294967295" name="Relay"/>Anders Broman2006-01-101-3/+2
* Bill Meier:Jörg Mayer2006-01-051-2/+2
* Use VendorID from sminmpec.Anders Broman2005-11-191-26/+42
* Display AVP:s of Dimater type Unsigned32 as such even when they have "value t...Anders Broman2005-11-161-6/+40