aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe1-2/+2
Analyze/Summary to Alt+A Y. svn path=/trunk/; revision=9537
2003-12-17From Lars Roland: have common code to handle display filter dialogs inGuy Harris1-2/+2
taps, and use that in the H.225 taps. svn path=/trunk/; revision=9327
2003-12-16Use gtk compatibility macros (from compat_macros.h) instead of some gtk+Olivier Abad1-76/+57
v1.2 functions which are deprecated in gtk+ v2. Update OBJECT_SET_DATA macros to cast "data" to (gpointer). svn path=/trunk/; revision=9296
2003-11-20From Lars Roland:Guy Harris1-3/+18
- added a pointer to raw rtp data to _rtp_info that can be used by taps; - RTP packets are passed to the tap queue only if they are not error packets (so that you don't need to filter out ICMP packets) - use that pointer in rtp_stream, so it handles packets with padding, and should handle RTP packets fragmented across lower-level packets - moved rtp_stream from tap sources to normal files (prevents on-start-up registration of the rtp_stream tap listener) - rtp_stream tap gets registered/unregistered with the "RTP Streams" dialog box i.e. the tap is registered as long as the dialog box is open. Alternatively, it is de-/registered on demand if RTP Analysis is called directly on a packet. - rtp_stream tap listener no longer uses a filter in dissection ` and does not need to have a proto tree being built. (performance increase) - fixed: RTP Streams list will get updated in real time if the dialog box is open while a redissection takes place. svn path=/trunk/; revision=9051
2003-10-06(Based on a patch from Lars Roland.)Guy Harris1-2/+2
Use "gtk_dialog_new()" to create the window - that doesn't create a "dialog box" in the sense of a transient-for window, but it does create a window with a button vbox that the code expects to be present. svn path=/trunk/; revision=8622
2003-09-26Get the RTP payload types from rtp_pt.h rather than defining themGuy Harris1-37/+3
ourselves. svn path=/trunk/; revision=8551
2003-09-26Assorted GUI cleanups.Guy Harris1-2/+2
svn path=/trunk/; revision=8544
2003-09-24From Lars Ruoff: rewritten RTP analysis module.Guy Harris1-0/+806
svn path=/trunk/; revision=8529