-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Added sampling to dnscap #15
Open
chegger
wants to merge
13
commits into
DNS-OARC:develop
Choose a base branch
from
chegger:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Sep 14, 2016
-
Added a module that allows the output to be sampled. With the new -q option, the user is now able to decide whether the output should be sampled as follows: Only every nth query is output and only responses that correspond to one of these sampled queries will be output. e.g.: dnscap -r ./file.pcap -g -q 10 will output only every 10th query and these queries' corresponding responses.
Configuration menu - View commit details
-
Copy full SHA for add5fb8 - Browse repository at this point
Copy the full SHA add5fb8View commit details -
Updated dnscap.1.in to match the Sampling Module addition
Configuration menu - View commit details
-
Copy full SHA for 0fbc9c2 - Browse repository at this point
Copy the full SHA 0fbc9c2View commit details -
uthash is used as the hash table library in the Sampling Module
Configuration menu - View commit details
-
Copy full SHA for 2a5449e - Browse repository at this point
Copy the full SHA 2a5449eView commit details -
Added a module that allows the output to be sampled. With the new -q option, the user is now able to decide whether the output should be sampled as follows: Only every nth query is output and only responses that correspond to one of these sampled queries will be output. e.g.: dnscap -r ./file.pcap -g -q 10 will output only every 10th query and these queries' corresponding responses.
Configuration menu - View commit details
-
Copy full SHA for 949db6e - Browse repository at this point
Copy the full SHA 949db6eView commit details
Commits on Sep 15, 2016
-
Changed parameter for the q option from "unsigned int" to "nth"
Configuration menu - View commit details
-
Copy full SHA for 7705450 - Browse repository at this point
Copy the full SHA 7705450View commit details -
changed the parameter of the q option from "unsigned int" to "nth"
Configuration menu - View commit details
-
Copy full SHA for db0467b - Browse repository at this point
Copy the full SHA db0467bView commit details -
Applied corrections to dnscap.c
Applied most of the suggested corrections suggested by jelu
Configuration menu - View commit details
-
Copy full SHA for a527e69 - Browse repository at this point
Copy the full SHA a527e69View commit details -
disable sampling if compiled without libbind
Disabled the sampling code if dnscap is not compiled with libbind.
Configuration menu - View commit details
-
Copy full SHA for 12d1fd3 - Browse repository at this point
Copy the full SHA 12d1fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ece843 - Browse repository at this point
Copy the full SHA 5ece843View commit details
Commits on Sep 19, 2016
-
added ipv6 support for sampling
Added a proper way to support ipv6 addresses for sampling.
Configuration menu - View commit details
-
Copy full SHA for 53bb6b9 - Browse repository at this point
Copy the full SHA 53bb6b9View commit details
Commits on Sep 20, 2016
-
Fixed the libbind dependency logic for sampling
Configuration menu - View commit details
-
Copy full SHA for 423990b - Browse repository at this point
Copy the full SHA 423990bView commit details -
updated ipv4/v6 support for sampling
Updated the support for ipv4/v6 in the sampling code. Also made some slight changes to the libbind dependency logic.
Configuration menu - View commit details
-
Copy full SHA for 31a4215 - Browse repository at this point
Copy the full SHA 31a4215View commit details -
rephrased a comment from "Sampling Module" to "sampling"
Configuration menu - View commit details
-
Copy full SHA for 9581375 - Browse repository at this point
Copy the full SHA 9581375View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.