aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-20more sprintf updatesRonnie Sahlberg1-13/+19
2005-08-18several times replacing:Ulf Lamping1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-8/+4
2005-07-29Constify some variables and arguments to squelch compiler warnings.Guy Harris1-3/+3
2005-07-28char -> const char warning fixesJörg Mayer1-4/+4
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-2/+2
2005-06-26packet-diameter.c(856) : warning C4090: 'function' : different 'const' qualif...Ulf Lamping1-2/+2
2005-04-26from anders bRonnie Sahlberg1-7/+99
2005-03-06No, the code is the numerical value, not the vendor ID.Guy Harris1-1/+1
2005-03-06From Ben Turner: fix an addVendor() call.Guy Harris1-1/+1
2005-03-02Present diameter time as UTC time rather than the local time zone of the mach...Anders Broman1-4/+4
2005-02-28Undo change of return (addVendor(atoi(id), code, name)); as it wasn't correct.Anders Broman1-1/+2
2005-02-27Avoid trying to display a time before 00:00:00 UTC, January 1, 1970 as it cur...Anders Broman1-10/+18
2005-02-24From Ben Turner:Anders Broman1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2004-10-19From Jacques, Olivier: - Fixing enums recognition when an XML dictionary is ...Anders Broman1-1/+1
2004-10-18Squelch a compiler warning.Guy Harris1-1/+5
2004-10-18From Olivier Jacques: Add #defines to disable XML validation.Gerald Combs1-1/+10
2004-10-08From: "Jacques, Olivier :Anders Broman1-23/+128
2004-09-30Constify some more stuff.Guy Harris1-1/+1
2004-09-30Move the #defines for SMI Network Management Private Enterprise CodesGuy Harris1-6/+8
2004-09-28From Olivier Jacques:Guy Harris1-4/+39
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1965