summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-04-05 05:09:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-04-05 05:09:31 +0000
commit198149f1480b743048ad69471ce54b32fd76c434 (patch)
treecc9167b2d479c8e6522657ff0a277c5b5e2c175c /ui
parent9bd43d3c28e4457c527d7de89bdf2b73290344ae (diff)
downloadwireshark-198149f1480b743048ad69471ce54b32fd76c434.tar.gz
From Tim Ringenbach:
makes the TDMoE dissector call the LAPD bitstream dissector on the D-Channel. As a result, LAPD calls Q.931, and you can actually see call setup and tear down, instead of just a hex dump. It adds a preference for which channel the D-Channel is. It patches the LAPD code to fix a few bugs, not pass the checksum to Q.931 (who isn't expecting it), to register the lapd-bitstream dissector, and to mark packets with aborts or resets. also storing more data on the lapd_byte_state_t. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8374 svn path=/trunk/; revision=48743
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/voip_calls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/gtk/voip_calls.c b/ui/gtk/voip_calls.c
index 073aeae775..849179ef35 100644
--- a/ui/gtk/voip_calls.c
+++ b/ui/gtk/voip_calls.c
@@ -1594,8 +1594,8 @@ q931_calls_packet(void *ptr _U_, packet_info *pinfo, epan_dissect_t *edt _U_, co
list = g_list_next (list);
}
- /* add staff to ACTRACE */
- } else if (actrace_frame_num == q931_frame_num) {
+ /* add stuff to ACTRACE */
+ } else {
address pstn_add;
comment = NULL;