Wireshark-commits: [Wireshark-commits] rev 28915: /trunk/ /trunk/gtk/: follow_stream.c follow_stream.h follow_tcp.c hostlist_table.c iax2_analysis.c print_dlg.c rtp_analysis.c /trunk/: dumpcap.c file.c tempfile.c tempfile.h
From:
gerald@xxxxxxxxxxxxx
Date: Wed, 01 Jul 2009 23:36:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28915
User: gerald
Date: 2009/07/01 04:36 PM
Log:
Updates to create_tempfile:
- Use g_get_tmp_dir, just like get_tempfile_path.
- Don't make the caller worry about the path buffer length.
Directory: /trunk/gtk/
Changes Path Action
+4 -3 follow_stream.c Modified
+3 -3 follow_stream.h Modified
+7 -2 follow_tcp.c Modified
+2 -2 hostlist_table.c Modified
+9 -8 iax2_analysis.c Modified
+3 -3 print_dlg.c Modified
+9 -8 rtp_analysis.c Modified
Directory: /trunk/
Changes Path Action
+2 -2 dumpcap.c Modified
+2 -2 file.c Modified
+39 -83 tempfile.c Modified
+14 -5 tempfile.h Modified