aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
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