AngryHank / Lin2RevJunk

20 stars 15 forks source link

L2RPacketReader.exe #5

Open Groffitti opened 6 years ago

Groffitti commented 6 years ago

After I click L2RPacketReader.exe the cmd prompt comes up for a second then closes. I can't seem to find whats wrong.

untitled-2

AMiniLegend commented 6 years ago

You need to install winpcap

Groffitti commented 6 years ago

I figured it out. Thanks for getting back to me.

On Tue, Jun 26, 2018, 12:48 PM AMiniLegend notifications@github.com wrote:

You need to install winpcap

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AngryHank/Lin2RevJunk/issues/5#issuecomment-400385591, or mute the thread https://github.com/notifications/unsubscribe-auth/AmYsmixmD6i5Tzgyb1uSzTlfHzedLKrmks5uAmX0gaJpZM4UnBVd .

AMiniLegend commented 6 years ago

No problem

Gherik1 commented 5 years ago

I just tried this but when checking the roster while the packed sniffer it running I get:

Unhandled Exception: System.ArgumentOutOfRangeException: Index and count must refer to a location within the buffer. Parameter name: bytes at System.Text.UTF8Encoding.GetString(Byte[] bytes, Int32 index, Int32 count) at L2RPacketReader.PacketReader.ReadString() at L2RPacketReader.Parser.Parsers.PktGuildInfoReadresult.Packet(PacketReader packet) at L2RPacketReader.Parser.Handler.Parse(PacketReader packet, UInt16 packetID) at L2RPacketReader.RecordPackets.AppendIncomingData(Byte[] payloadData) at L2RPacketReader.RecordPackets.PacketCapturer(Object sender, CaptureEventArgs e) at SharpPcap.LibPcap.PcapDevice.SendPacketArrivalEvent(RawCapture p) at SharpPcap.WinPcap.WinPcapDevice.SendPacketArrivalEvent(RawCapture p) at SharpPcap.LibPcap.PcapDevice.PacketHandler(IntPtr param, IntPtr header, IntPtr data) at SharpPcap.LibPcap.LibPcapSafeNativeMethods.pcap_dispatch(IntPtr adaptHandle, Int32 count, pcap_handler callback, IntPtr ptr) at SharpPcap.LibPcap.PcapDevice.CaptureThread() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()