hi all!
thank you for the fast reply! i think i found the decision, and i think that 
a configuration option would be appreciated( like #ifdef RAWFORMATEDIP). but 
..you can just patch the source code (as of 0.10.2) in print_pugin.c, line 
435:
instead of
printf("%-15s ", src_host);

you write

printf("%-15u ", ntohl(data->src_ip.address.ipv4.s_addr));

and then the same step for the dst_host. the unused value of src_host could 
be left unset (just comment - //printf("%-45s ", src_host);) and do not 
forget to change the lines for ipv6 (i left them unchanged since i use only 
ipv4).

    greetings,

    dian



----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <pmacct-discussion@pmacct.net>
Sent: Monday, July 10, 2006 7:31 PM
Subject: pmacct-discussion Digest, Vol 21, Issue 2


> Send pmacct-discussion mailing list submissions to
> pmacct-discussion@pmacct.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.pmacct.net/mailman/listinfo/pmacct-discussion
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pmacct-discussion digest..."
>


--------------------------------------------------------------------------------


> Today's Topics:
>
>   1. Re: pmacctd -> netflow/sflow export (Paolo Lucente)
>   2. Re: pmacctd -> netflow/sflow export (Ivan A. Beveridge)
>   3. Re: pmacctd -> netflow/sflow export (Ivan A. Beveridge)
>   4. Re: sfacctd/nfacctd security (Peter Nixon)
>   5. Re: pmacctd -> netflow/sflow export (Peter Nixon)
>   6. Re: pmacct does not show much information/Help with
>      configuration needed (Melitta Dragaschnig)
>   7. configuration help (Dian Baltadzhiev)
>   8. Re: configuration help (Ivan A. Beveridge)
>   9. raw data - question (Dian Baltadzhiev)
>  10. Re: raw data - question (Paolo Lucente)
>


--------------------------------------------------------------------------------


> _______________________________________________
> pmacct-discussion mailing list
> http://www.pmacct.net/#mailinglists
> 


_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to