]> The Tcpdump Group git mirrors - tcpdump/commit
- pass on ident string to hex_print()
authorhannes <hannes>
Mon, 29 Dec 2003 22:42:20 +0000 (22:42 +0000)
committerhannes <hannes>
Mon, 29 Dec 2003 22:42:20 +0000 (22:42 +0000)
commitea91ebb8324c8156ce9fba06959e3eaad0b5717e
tree200bab3cad7b3b137c91a6bd5966aaf2721e3d90
parentdb8a0baacfa8b319db18267b34eeccb0347c1c58
- pass on ident string to hex_print()
- pass on ident string to ascii_print()
- pave the way for eliminating print_unknown_data()
  and subsequent hex_print() replacement

- clean up the default_print() related functions:
  - call always into print_ascii() b/c just hexdump data
    is uninteresting; hex-offsets plus ascii representation
    is what most people are looking for
  - remove default_print_unaligned() as it is now obsolete
interface.h
print-ascii.c
print-cdp.c
print-ether.c
print-telnet.c
tcpdump.c
util.c