forked from voipmonitor/sniffer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add option hide_message_content for hide message content
- Loading branch information
rbucek
committed
Jun 12, 2014
1 parent
0a3d4db
commit 34f4137
Showing
10 changed files
with
128 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#ifndef SKINNY_H | ||
#define SKINNY_H | ||
|
||
void *handle_skinny(pcap_pkthdr *, const u_char *, unsigned int, int, unsigned int, int, char *, int, | ||
void *handle_skinny(pcap_pkthdr *, const u_char *, unsigned int, int, unsigned int, int, char *, int, int, | ||
pcap_t *handle, int dlt, int sensor_id); | ||
|
||
#endif |
Oops, something went wrong.