[syslog-ng] Source IP of UDP packets

Asmodeus asmodeus@benshaw.com
Thu, 13 May 1999 10:58:00 -0400 (EDT)


 Unless I'm really wrong (and my IP logger is more broken than I thought),
doesn't:
	inet_ntoa(packet.ip.ip_src);
give you the source IP  (in a nice, readable string form)?

 Garnered from the Linux UDP header file.

.Shawn