Skip to content
#

pcap

Here are 397 public repositories matching this topic...

gpotter2
gpotter2 commented Dec 18, 2016

Hi & welcome to Scapy's github ! This page lists issues that you can try to fix if you want to start contributing to Scapy.

This list includes wishes and things added by the maintainers based on the issues that we get, but also issues marked with TODO or XXX that already exist in Scapy's code base (layers). If you want to contribute to the project you might just take care one of the bugs.

awick
awick commented Dec 11, 2020
  • Lots of white space on either side, can that be reduced
  • Make it so all count columns, except the far right maybe could be hidden OR just allow any column to be hidden will menu per column
  • Would be nice to be able to resize columns
  • Support adding 1 or 2 more sub fields (once i had the columns there will be room! :) )
vpax
vpax commented Oct 22, 2020

Per https://try.zeek.org/#/tryzeek/saved/461913, the statement:

print 0.0000000000005;

produces the output:

0.0

rather than what I'd expect, which is:

5e-13

The same occurs for the explicit statement:

print 5e-13;

The underlying problem appears to be that while modp_dtoa2 has logic for converting very large values to scientific notation, it doe

PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, WinPcap, DPDK and PF_RING.

  • Updated Dec 21, 2020
  • C++
BruteShark
nuschpl
nuschpl commented Dec 12, 2020

The app fails when export-hashes CLI option is called and no export-hashes directory is present in binary directory. After spending few hours on processing pcaps this may be quite frustrating - app should create the directory or at least ask the user. Probably writing to OS default temp directory and then moving to per OS default location like current directory or $HOME/BruteShark/${date}/export-

Portable (that doesn't include proprietary/commercial operating systems) solution for conversion of cap/pcap/pcapng (gz compressed) WiFi dump files to hashcat formats (recommended by hashcat) and to John the Ripper formats. hcx: h = hash, c = convert and calculate candidates, x = different hashtypes

  • Updated Dec 19, 2020
  • C
riramar
riramar commented Feb 15, 2019

I'm trying a simple test with tcpliveplay but it seems tcpliveplay doesn't handle TCP handshake properly.
Let me describe the steps from my testing.

  1. Logged as root on machine A I ran this command to capture all the traffic to the host 104.31.95.22 (my website).

# tcpdump host 104.31.95.22 -n -s 65535 -w http.pcap

  1. In another shell instance under the same machine I performed a

Poseidon is a python-based application that leverages software defined networks (SDN) to acquire and then feed network traffic to a number of machine learning techniques. The machine learning algorithms classify and predict the type of device.

  • Updated Dec 21, 2020
  • Python

Improve this page

Add a description, image, and links to the pcap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pcap topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.