netsniff-ng: nlmsg: Rename function and dissector field
commit38fbb82405aa00315bb3a5e380ea34a28f5b9de7
authorTobias Klauser <tklauser@distanz.ch>
Mon, 27 Apr 2015 16:21:28 +0000 (27 18:21 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 27 Apr 2015 16:21:28 +0000 (27 18:21 +0200)
treeb48804d073aee4b829f67a8825dc3acb5fc1a3ff
parent613be40b15d8e645a188a003b2b125b2e3aced8b
netsniff-ng: nlmsg: Rename function and dissector field

Netlink messages don't use the term `family' instead of `protocol', so
stick to it when printing dissected information.

Also, functions with the `nl_' prefix are used by libnl, so in order to
not confuse it with libnl functions, rename nl_proto2str() to
nlmsg_family2str()

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
proto_nlmsg.c