This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to commit my code to wireshark SVN repository?

0

My task is add more function to wireshark ,especially the FP RLC RRC and RLCdeciphering.

I have basically accomplished the rlc RLC deciphering function.

How do to commit my code to the wireshark SVN repository?

asked 28 Feb '13, 18:51

smilezuzu's gravatar image

smilezuzu
20323237
accept rate: 0%


2 Answers:

1

I believe this link explains it.

answered 28 Feb '13, 20:57

SidR's gravatar image

SidR
245121722
accept rate: 30%

0

Note that Kasumi core deciphering engine cannot be integrated in Wireshark as-is due to patent issues, as I already explained you here: https://ask.wireshark.org/questions/18161/if-the-new-version-of-wireshark-should-have-the-decipher-function-in-umts_rlc-am-and-um

The development version already have some code in place to ease the integration of this deciphering algorithm. As far as I can remember this was working only in RLC AM mode and not UM, and I'm not sure it was completely polished. Patches in this area are always welcome so you can submit an enhancement bug with your code a sample pcap file.

answered 28 Feb '13, 22:07

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%

On the development version. I have try it ,but the deciphering function is not so good,it completely unable to decipher the ciphering pcap.

and the FP MAC RLC decode have so many bug that most of frame can't be decode correctly.

I have fixed some of those bug,but I don't know how to commit it to here,and to which branch?

(05 Mar '13, 18:52) smilezuzu

You have told me the patent about the f8,so I will not commit it to the release version.

but in the development version,there is have the f8 now.

(05 Mar '13, 18:55) smilezuzu

Open a bug report here https://bugs.wireshark.org/bugzilla/ and attach your patches, if possible with a sample trace to verify them with.

(05 Mar '13, 22:55) Anders ♦

Oh, patches against trunk (1.9.1)

(05 Mar '13, 22:56) Anders ♦

Hello, did you able to achieve deciphering ? I couldn't decipher it by placing f8 code in wireshark?

(18 Jun '14, 06:46) gargoylec