Wireshark-commits: [Wireshark-commits] rev 22789: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-sdp.c
From:
sahlberg@xxxxxxxxxxxxx
Date: Tue, 04 Sep 2007 23:27:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22789
User: sahlberg
Date: 2007/09/04 11:27 PM
Log:
we dont have g_hash_table_new_full() on gtk1
use g_hash_table_new() on gtk1 and leak memory instead
this should actually a be using an se_tree instead of hashtables
Directory: /trunk/epan/dissectors/
Changes Path Action
+5 -0 packet-sdp.c Modified