Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L2RPacketReader.exe #5

Open
Groffitti opened this issue Jun 13, 2018 · 4 comments
Open

L2RPacketReader.exe #5

Groffitti opened this issue Jun 13, 2018 · 4 comments

Comments

@Groffitti
Copy link

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
Copy link

You need to install winpcap

@Groffitti
Copy link
Author

Groffitti commented Jun 26, 2018 via email

@AMiniLegend
Copy link

No problem

@Gherik1
Copy link

Gherik1 commented Sep 23, 2018

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants