ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 30599: /trunk/epan/ /trunk/epan/: reassemble.c

Date: Sun, 18 Oct 2009 19:46:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=30599

User: morriss
Date: 2009/10/18 12:46 PM

Log:
 dcerpc_fragment_key_copy(): don't se_alloc() the key:
 	- it contains pointers to a couple malloc()'d addresses
 	- it is inserted in the fragment table (the contents of which are
 	  g_free()'d in free_all_fragments())
 
 Instead, do like fragment_key_copy() and use a g_slice or g_chunk, depending
 on the glib version.

Directory: /trunk/epan/
  Changes    Path            Action
  +7 -1      reassemble.c    Modified