First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

decrypt 104apci protocol

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?

Jhonathan's avatar
3
Jhonathan
asked 2018-03-14 12:00:22 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

Anders's avatar
5k
Anders
answered 2018-03-14 13:23:51 +0000
edit flag offensive 0 remove flag delete link

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's avatar Jhonathan (2018-03-21 15:36:26 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer