-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from infrastation/master
address some more warnings
- Loading branch information
Showing
15 changed files
with
112 additions
and
176 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
/* Sniffit Config File include */ | ||
|
||
void clear_list_buffer (struct cfg_file_contense *); | ||
struct cfg_file_contense *adjust_select_from_list (void); | ||
struct cfg_file_contense *adjust_select_to_list (void); | ||
struct cfg_file_contense *adjust_deselect_from_list (void); | ||
struct cfg_file_contense *adjust_deselect_to_list (void); | ||
char *clean_string (char *); | ||
char *clean_filename (char *); | ||
void make_nr_dot (char *); | ||
void interprete_line (char *); | ||
void read_cfg_file (char *); | ||
extern void read_cfg_file (char *); |
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,22 +1,3 @@ | ||
/* Sniffit Packet Generation File */ | ||
|
||
void exec_generate(struct generate_mask *); | ||
|
||
void transmit_TCP (int, char *, | ||
int, int , int , | ||
_32_bit, unsigned short, | ||
_32_bit, unsigned short, | ||
_32_bit, _32_bit, | ||
unsigned short); | ||
|
||
void transmit_UDP (int, char *, | ||
int, int, | ||
_32_bit, unsigned short, | ||
_32_bit, unsigned short); | ||
|
||
int open_sending (void); | ||
|
||
void sp_send_packet (struct sp_data_exchange *, unsigned char); | ||
void sp_fix_TCP_packet (struct sp_data_exchange *); | ||
void sp_fix_UDP_packet (struct sp_data_exchange *); | ||
void sp_fix_IP_packet (struct sp_data_exchange *, unsigned char); | ||
extern void exec_generate(struct generate_mask *); |
Oops, something went wrong.