aboutsip / pkts

Pure java based pcap library capable of reading and writing to/from pcaps.
Other
196 stars 91 forks source link

Duplicate class com.google.polo.pairing.HexDump in pkts-buffers & pkts-core in version 3.0.9 #133

Closed ibevilinc closed 3 years ago

ibevilinc commented 3 years ago

132 Introduced the same class into 2 different modules which is causing the following error when used in an android build.

Duplicate class com.google.polo.pairing.HexDump found in modules jetified-pkts-buffers-3.0.9 (io.pkts:pkts-buffers:3.0.9) and jetified-pkts-core-3.0.9 (io.pkts:pkts-core:3.0.9)

jonbo372 commented 3 years ago

ah, shit. I'm an idiot. Will fix later today... will remove the one from pkts-core and just keep it in pkts-buffers.

jonbo372 commented 3 years ago

@ibevilinc if you don't mind, please review this: https://github.com/aboutsip/pkts/pull/134