diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-16 20:25:54 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-16 20:25:54 -0400 |
commit | 717af69c8a12e258c61c9fa410b642c80042cfc5 (patch) | |
tree | bd03bd09d0de0d14d41a522c20339b449586191a /config | |
parent | f4e899011f9312f79d7f5448ebb99ec59590537d (diff) | |
download | pfsense-packages-717af69c8a12e258c61c9fa410b642c80042cfc5.tar.gz pfsense-packages-717af69c8a12e258c61c9fa410b642c80042cfc5.tar.bz2 pfsense-packages-717af69c8a12e258c61c9fa410b642c80042cfc5.zip |
Extend SRC and DST columns just a bit to hold long IP addresses.
Diffstat (limited to 'config')
-rwxr-xr-x | config/snort/snort_alerts.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_alerts.php b/config/snort/snort_alerts.php index 796e1587..65ebffc1 100755 --- a/config/snort/snort_alerts.php +++ b/config/snort/snort_alerts.php @@ -257,9 +257,9 @@ if ($pconfig['arefresh'] == 'on') <th class="listhdrr" width="18em" align="center" axis="number"><?php echo gettext("PRI"); ?></th> <th class="listhdrr" width="38em" align="center"axis="string"><?php echo gettext("PROTO"); ?></th> <th class="listhdrr" width="10%" axis="string"><?php echo gettext("CLASS"); ?></th> - <th class="listhdrr" width="13%" axis="string"><?php echo gettext("SRC"); ?></th> + <th class="listhdrr" width="14%" axis="string"><?php echo gettext("SRC"); ?></th> <th class="listhdrr" width="8%" align="center" axis="string"><?php echo gettext("SPORT"); ?></th> - <th class="listhdrr" width="13%" axis="string"><?php echo gettext("DST"); ?></th> + <th class="listhdrr" width="14%" axis="string"><?php echo gettext("DST"); ?></th> <th class="listhdrr" width="8%" align="center" axis="string"><?php echo gettext("DPORT"); ?></th> <th class="listhdrr" width="9%" axis="string"><?php echo gettext("SID"); ?></th> <th class="listhdrr" axis="string"><?php echo gettext("DESCRIPTION"); ?></th> |