Wireshark-commits: [Wireshark-commits] rev 26915: /trunk-1.0/ /trunk-1.0/epan/dissectors/: packet-t
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26915
User: gerald
Date: 2008/12/04 12:38 PM
Log:
Copy over revisions from the trunk:
------------------------------------------------------------------------
r26809 | jake | 2008-11-18 23:27:02 -0800 (Tue, 18 Nov 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-wsp.c
Fix for bug 3071:
Incorrect address structure assigned for find_conversation()
------------------------------------------------------------------------
r26816 | jake | 2008-11-20 12:16:07 -0800 (Thu, 20 Nov 2008) | 3 lines
Changed paths:
M /trunk/wiretap/wtap.c
From yami:
The code in wiretap/wtap.c is not right. Because g_array_append_val should accept a value
of type 'struct encap_type_info' rather than a pointer to this type.
------------------------------------------------------------------------
r26841 | jake | 2008-11-25 00:21:53 -0800 (Tue, 25 Nov 2008) | 4 lines
Changed paths:
M /trunk/gtk/voip_calls.c
Fix for bug 3079:
Remove memory leaks from allocated labels by making full use of graph helper functions, and
from unneeded address copies.
Avoid GLIb warning on empty dynamic RTP payload type hash table.
------------------------------------------------------------------------
r26848 | jake | 2008-11-25 23:20:11 -0800 (Tue, 25 Nov 2008) | 2 lines
Changed paths:
M /trunk/epan/dissectors/packet-tipc.c
Fix for bug 3086:
Remove bitmask from FT_STRING fields, causing assert when printing.
------------------------------------------------------------------------
r26873 | jake | 2008-11-28 14:54:08 -0800 (Fri, 28 Nov 2008) | 1 line
Changed paths:
M /trunk/gtk/rtp_player.c
Plug memory leak.
------------------------------------------------------------------------
r26452 | gerald | 2008-10-14 09:37:47 -0700 (Tue, 14 Oct 2008) | 3 lines
Changed paths:
M /trunk/config.nmake
If PYTHON hasn't been defined, look for Python 2.6, 2.5, and 2.4 (in
that order). If found, set up Python automatically.
------------------------------------------------------------------------
Copy over asn2wrs from the trunk. Update the release notes.
Directory: /trunk-1.0/epan/dissectors/
Changes Path Action
+11 -11 packet-tipc.c Modified
+1 -1 packet-wsp.c Modified
Directory: /trunk-1.0/docbook/
Changes Path Action
+20 -6 release-notes.xml Modified
Directory: /trunk-1.0/gtk/
Changes Path Action
+2 -0 rtp_player.c Modified
+41 -69 voip_calls.c Modified
Directory: /trunk-1.0/tools/
Changes Path Action
+109 -33 asn2wrs.py Modified
Directory: /trunk-1.0/
Changes Path Action
+21 -8 config.nmake Modified
Directory: /trunk-1.0/wiretap/
Changes Path Action
+6 -5 wtap.c Modified