aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_debug.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-21Fix missing license in conversation_debug.hHadriel Kaplan1-2/+20
Change-Id: I5922a36ee84d45653e52e6fe847c6a9085ee5e21 Reviewed-on: https://code.wireshark.org/review/762 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-21Add debug printing functions for conversations, sip, sdp, rtpHadriel Kaplan1-0/+47
There have been enough gnarly bus in sip/sdp/rtp that it needs to have good debug printing. Using a debugger isn't good enough because there's interaction across multiple frames and it's too hard to follow what's going on without real printed data history. Change-Id: Ifb5bb1fb580be81f988569ece79d238a9c030c34 Reviewed-on: https://code.wireshark.org/review/688 Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>