Wireshark-bugs: [Wireshark-bugs] [Bug 8625] Decrypt Fix protocol over SSL
Date: Mon, 06 May 2013 12:16:37 +0000

Comment # 8 on bug 8625 from
Hello Michael

I downloaded the file in the link "Version 1.10.0-SVN-49166 (SVN Rev 49166 from
/trunk)" but when try to fill  <-FIX->  in the RSA KEY LIST we receive the
following

error in column 'Protocol': Could not find dissector for: 'fix'
Valid dissectors are:
'http' TCP 443
'smtp' TCP 465
'ldap' TCP 636
'imap' TCP 993
'pop' TCP 995
'q931.tpkt' TCP 1300
'skinny' TCP 2443
'data' TCP 2500
'sip.tcp' TCP 5061

We can see that <'data' TCP 2500> was added on the valid dissector... comparing
to the previous error(the first error described in this page)

port 2500 is the target port we need to send encrypted data

In all case I attach above the decrypt debug file so we can see what going on

Thanks for help !

Sha



(In reply to comment #4)
> (In reply to comment #3)
> > Im not really a professionnal in wireshark... just know basic functionnality
> > Maybe can you explain how to use the file in "rev 49152", and the link you add ?
> 
> rev 49152 is the change to source code to make it work.  I'm guessing you're
> not building from source, so go to
> https://www.wireshark.org/download/automated/ and pick your platform (win32
> or win64), then pick an executable (say Wireshark-win32-1.11.0-SVN-49166.exe
> for example) which will be an installer for the latest version of Wireshark
> (replacing yout 1.6.8 version) that includes the FIX dissector enhancement
> done in rev 49152.


You are receiving this mail because:
  • You are watching all bug changes.