aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_ncp.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-10More GUIManager stuff.etxrab1-17/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37035 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-03More GUIManager stuff.etxrab1-1/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36982 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and ↵morriss1-1/+0
register.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34017 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-13sort #includes by directoriesulfl1-6/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24967 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for somestig1-1/+1
c and h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24290 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-20Add relative start time, duration, and average data rate (bps) columnsgerald1-1/+1
to the conversation lists. Move the "copy" button down to the button bar in order to free up some real estate. Add an nstime_cmp() function. Clean up code in a few places. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23516 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-02From Greg Morris:etxrab1-4/+5
- Change to display NCP connection for each conversation - New NCP Endpoints. Please apply expert_comp_table - Use local variable space instead of pointer. The previous implementation utilized pointers and the values would change the table data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17446 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ↵lego1-3/+3
the callback for multiple registrations. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17252 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-19From Greg Morris.gram1-0/+89
Adds NCP data to conversations and SRT. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16269 f5534014-38df-0310-8fa8-9805f1628bb7