aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_debug.h
AgeCommit message (Collapse)AuthorFilesLines
2022-05-09epan: Normalize conversation code indentation.Gerald Combs1-9/+9
Change the indentation of conversation.[ch] to 4 spaces to match conversation_table.[ch] and conversation_filter.[ch].
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
Add @file markers for most files that contain functions exported with WS_DLL_PUBLIC so that Doxygen will generate documentation for them.
2019-06-05conversation.c: do not use wmem packet scope for debug stringsPascal Quantin1-0/+3
The code can be called by the GUI, outside of the scope validity. Bug: 15810 Change-Id: I1f394cb3d1f978d6e99fe15d8238153aad62ebee Reviewed-on: https://code.wireshark.org/review/33499 Petri-Dish: Pascal Quantin <pascal@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal@wireshark.org> Reviewed-by: Dario Lombardo <lomato@gmail.com>
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
Skipping dissectors dir for now. Change-Id: I717b66bfbc7cc81b83f8c2cbc011fcad643796aa Reviewed-on: https://code.wireshark.org/review/25694 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
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>