Navigation


Changeset 1036:aecdc2fbf222 in freeDiameter for include


Ignore:
Timestamp:
Apr 17, 2013, 1:53:51 AM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Add fd_msg_dump_full function that dumps a message in human-readable format.
(not hooked in yet)

For this, add an argument to dump_avp_val if it should print a
header before each value or not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/libfdproto.h

    r1033 r1036  
    23192319void fd_msg_dump_walk ( int level, msg_or_avp *obj );
    23202320void fd_msg_dump_one  ( int level, msg_or_avp *obj );
     2321/* Dump full message to log */
     2322void fd_msg_dump_full ( int level, struct dictionary *dict, const char *prefix, msg_or_avp *obj );
    23212323
    23222324/*
Note: See TracChangeset for help on using the changeset viewer.