Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-q931.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 16 Jan 2004 12:28:10 -0600 (CST)
guy         2004/01/16 12:28:10 CST

  Modified files:
    .                    packet-q931.c 
  Log:
  From Tomas Kukosa: there are 3, not 4, bits of codeset in an IE.
  
  That means that the codeset number cannot be bigger than the number of
  elements in "q931_info_element_vals[]", so we can get rid of the checks
  for the codeset value; we also make NUM_INFO_ELEMENT_VALS equal to
  (Q931_IE_SHIFT_CODESET+1), to make this clearer.
  
  Revision  Changes    Path
  1.65      +3 -28     ethereal/packet-q931.c