Ethereal-users: Re: [Ethereal-users] Ethereal Diameter protocol result code

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sun, 05 Sep 2004 12:35:55 -0700
Homorodi, Zoltan wrote:

I was experiencing a Diameter result code, which was 5013, and Ethereal shows me this as DIAMETER_INVALID_BIT_IN_HEADER. But the DIAMETER_INVALID_BIT_IN_HEADER is actually 5014. The 5013 is some general message error, I dont' recall it's correct name.

Was that a typo in RFC 3588?  That RFC says

   DIAMETER_INVALID_BIT_IN_HEADER     5013
      This error is returned when an unrecognized bit in the Diameter
      header is set to one (1).

   DIAMETER_INVALID_AVP_LENGTH        5014
      The request contained an AVP with an invalid length.  A Diameter
      message indicating this error MUST include the offending AVPs
      within a Failed-AVP AVP.