aboutsip / pkts

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

Is there a way to use this with Apache Mina? #145

Open VanitySoft opened 1 year ago

VanitySoft commented 1 year ago

Is there a way to use this with Apache Mina?

jonbo372 commented 1 year ago

I assume you would like to use this as serializers/deserializers? If so, then no, not directly but you could add the support. I'm not familiar with how to plug in new codecs into Apache Mina but you would have to do something similar to what I've done with my own networking layer built on top of Netty. See here: https://github.com/sniceio/snice-networking