Ask a Question related to FreeBSD, Design and Development.
-
kilim #1
pflog's format
Hello
when reading pf's log the messages usually have the following format:
189977 rule 0/0(match): block out on ste0: IP (tos 0x0, ttl 63, id
38539, offse t 0, flags [DF], length: 40)
Instead of "xxxxxx number rule" how can I get date and time
displayed/logged ?
Thank you
kilim Guest
-
MXI Format
Well the Adobe documentation does little to demonstrate the proper structure of an MXI document. Is there even a single example of one and how they... -
Placing an image in a Tab Fixed format without messing up the format??
I will do my best to explain the problem. First of all, this is an XP machine and I am using CS InDesign (the version of InDesign that one can... -
Web format
As far as images are concerned, you really can't. Unless you keep everything smaller than 640x480 to accomodate anyone still running in that mode.... -
.dds format
* .dds, as in "DirectDrawSurface (for 3D applications)? Or did you mean (through either typos or lack of understanding) *.psd, the standard suffix... -
format number into currency format ($1,000,000.00)
SELECT '$' + CONVERT(VARCHAR, CONVERT(MONEY, 1000000), 1) "lamP" <phantlam@yahoo.com> wrote in message... -
Giorgos Keramidas #2
Re: pflog's format
On 2005-02-25 16:28, kilim <kilim@phenix.rootshell.be> wrote:
Try using tcpdump with the proper options on `/var/log/pflog':> when reading pf's log the messages usually have the following format:
>
> 189977 rule 0/0(match): block out on ste0: IP (tos 0x0, ttl 63, id
> 38539, offse t 0, flags [DF], length: 40)
>
> Instead of "xxxxxx number rule" how can I get date and time
> displayed/logged ?
# Wrapped under 80 columns output...
orion:/root# tcpdump -tttt -n -v -r /var/log/pflog | head -5
reading from file /var/log/pflog, link-type PFLOG (OpenBSD pflog file)
2005-01-10 16:32:54.010282 IP (tos 0x0, ttl 1, id 17146, offset 0, flags
[none], length: 40, optlength: 4 ( RA )) 10.6.0.201 > 224.0.0.22: igmp v3
report, 1 group record(s) [gaddr 224.0.0.252 to_ex, 0 source(s)]
2005-01-10 16:32:54.687811 IP (tos 0x0, ttl 1, id 17156, offset 0, flags
[none], length: 40, optlength: 4 ( RA )) 10.6.0.201 > 224.0.0.22: igmp v3
report, 1 group record(s) [gaddr 224.0.0.252 to_ex, 0 source(s)]
2005-01-10 16:33:24.011554 IP (tos 0x0, ttl 1, id 17218, offset 0, flags
[none], length: 40, optlength: 4 ( RA )) 10.6.0.201 > 224.0.0.22: igmp v3
report, 1 group record(s) [gaddr 224.0.0.252 to_in, 0 source(s)]
2005-01-10 16:33:24.723533 IP (tos 0x0, ttl 1, id 17219, offset 0, flags
[none], length: 40, optlength: 4 ( RA )) 10.6.0.201 > 224.0.0.22: igmp v3
report, 1 group record(s) [gaddr 224.0.0.252 to_in, 0 source(s)]
2005-01-19 11:05:24.429801 IP (tos 0x0, ttl 1, id 22604, offset 0, flags
[none], length: 40, optlength: 4 ( RA )) 10.6.0.202 > 224.0.0.22: igmp v3
report, 1 group record(s) [gaddr 224.0.0.252 to_in, 0 source(s)]
Giorgos Keramidas Guest



Reply With Quote

