Wireshark-commits: [Wireshark-commits] rev 20758: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 09 Feb 2007 21:03:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20758

User: sahlberg
Date: 2007/02/09 09:03 PM

Log:
 use se_alloc() instead of g_malloc() to allocate storage for the key to the hash table.
 this allows us to use g_hash_table_new() instead of g_hash_table_new_full() and thus make it compileable under gtk1.2
 
 
 this should probably be completely converted into se_tree's and se_alloc to completely remove the hashtable altogether

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +5 -3      packet-sctp.c    Modified