http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44409
User: gerald
Date: 2012/08/09 04:44 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r43930 | etxrab | 2012-07-23 08:27:52 -0700 (Mon, 23 Jul 2012) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-gtpv2.c
M /trunk/epan/tfs.c
M /trunk/epan/tfs.h
Fix reversed values for Bearer Context IE decodes Bearer Level Quality of Service (Bearer QoS) in ARP field the wireshark decoded preemption values.
As reported in
http://ask.wireshark.org/questions/12907/pre-emption-decoding-on-s11-interface
------------------------------------------------------------------------
r43953 | etxrab | 2012-07-23 22:51:42 -0700 (Mon, 23 Jul 2012) | 1 line
Changed paths:
M /trunk/ui/gtk/main_menubar.c
Reinsert conversation colorization shortcuts
------------------------------------------------------------------------
r43955 | etxrab | 2012-07-24 03:25:13 -0700 (Tue, 24 Jul 2012) | 4 lines
Changed paths:
M /trunk/epan/dissectors/packet-giop.c
From Peng Di:
GIOP request_id used for sub dissectors is not assigned when decoding GIOP 1.2 Request message.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7516
------------------------------------------------------------------------
r43956 | etxrab | 2012-07-24 04:47:23 -0700 (Tue, 24 Jul 2012) | 6 lines
Changed paths:
M /trunk/epan/dissectors/packet-x25.c
From Karsten Keil:
ISDN LAPD X.31 packet traffic can not be decoded
X.31 is X.25 over ISDN. It use SAPI 16 LAPD service.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7514
------------------------------------------------------------------------
r43957 | etxrab | 2012-07-24 05:20:18 -0700 (Tue, 24 Jul 2012) | 3 lines
Changed paths:
M /trunk/epan/column-utils.c
Use the correct symbols
COL_UTC_TIME and COL_UTC_DATE_TIME
insted of TS_UTC and TS_UTC_WITH_DATE.
------------------------------------------------------------------------
Copy over with manual intervention:
------------------------------------------------------------------------
r43922 | martink | 2012-07-22 15:09:46 -0700 (Sun, 22 Jul 2012) | 8 lines
Changed paths:
M /trunk/ui/gtk/capture_dlg.c
M /trunk/ui/gtk/iface_lists.c
initialize required interface_t components of a newly created interface
this should fix crashes in the interface list handling when the
interface list contains pipes initliazed by scan_local_interfaces() or
add_pipe_cb()
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7511
------------------------------------------------------------------------
Update the release notes.
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+1 -0 packet-giop.c Modified
+16 -2 packet-gtpv2.c Modified
+2 -0 packet-x25.c Modified
Directory: /trunk-1.8/docbook/
Changes Path Action
+37 -91 release-notes.xml Modified
Directory: /trunk-1.8/epan/
Changes Path Action
+2 -2 column-utils.c Modified
+1 -0 tfs.c Modified
+1 -0 tfs.h Modified
Directory: /trunk-1.8/ui/gtk/
Changes Path Action
+2 -1 capture_dlg.c Modified
+15 -11 main.c Modified
+11 -11 main_menubar.c Modified