Ask Your Question
0

decrypt 104apci protocol

asked 2018-03-14 12:00:22 +0000

Jhonathan gravatar image

Hello,

the functionality for decrypt the protocol 104apci is not supported?

when i try to insert the rsa key in the section "edit->preferences->protocols->ssl" and then insert the protocol 104apci, i get the following message : "while '104apci' is a valid dissector filter name, that dissector is not configured to support ssl decryption"

What can i do?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-03-14 13:23:51 +0000

Anders gravatar image

Currently it can't be done as the called dissector must register with name and packet-iec104.c does not do that. So a code change is required for it to work. Please raise a bug report with an enhancement request or prepare a patch and submit it.

iec104apci_handle = register_dissector("104apci", dissect_iec104reas, proto_iec104apci);

Regards Anders

edit flag offensive delete link more

Comments

Thanks Anders, i add the line that you hace specified in the file "packet-iec104.c" and now it work!!!

you are the best!!

Jhonathan gravatar imageJhonathan ( 2018-03-21 15:36:26 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2018-03-14 12:00:22 +0000

Seen: 533 times

Last updated: Mar 14 '18