Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap radcom.c

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

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Dec 2002 15:53:58 -0600 (CST)
oabad       2002/12/17 15:53:58 CST

  Modified files:
    wiretap              radcom.c 
  Log:
  - some radcom files seem to have a different magic key than the one we
    use : 42:f9:02:34:12:66:22:88 instead of 42:d2:00:34:12:66:22:88
    We should accept both (perhaps bytes 2 and 3 are a version number ?)
  
  - the code which looks for the "capture start time" is wrong.
    Apparently, we should look for the string "Active Time" in the file.
    The "frame_date" structure which contains the capture start time is
    found 32 bytes before this string.
  
  Revision  Changes    Path
  1.40      +44 -26    ethereal/wiretap/radcom.c