Ethereal-cvs: [Ethereal-cvs] rev 16403: /trunk/plugins/asn1/: packet-asn1.c /trunk/epan/dissec
User: ulfl
Date: 2005/11/06 04:43 PM
Log:
replace *a lot* of file related calls by their GLib counterparts. This is necessary for the switch to GTK 2.6 (at least on WIN32).
to do this, I've added file_util.h to wiretap (would file_compat.h be a better name?), and provide compat_macros like eth_open() instead of open(). While at it, move other file related things there, like #include <io.h>, definition of O_BINARY and alike, so it's all in one place.
deleted related things from config.h.win32
As of these massive changes, I'm almost certain that this will break the Unix build. I'll keep an eye on the buildbot so hopefully everything is working again soon.
Directory: /trunk/plugins/asn1/
Changes Path Action
+4 -3 packet-asn1.c Modified
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-kerberos.c Modified
Directory: /trunk/epan/
Changes Path Action
+4 -3 addr_resolv.c Modified
+0 -4 column.c Modified
+14 -21 filesystem.c Modified
+15 -33 plugins.c Modified
+6 -5 prefs.c Modified
+1 -1 sha1.c Modified
Directory: /trunk/gtk/
Changes Path Action
+0 -4 capture_if_dlg.c Modified
+0 -4 drag_and_drop.c Modified
+0 -4 file_dlg.c Modified
+0 -4 fileset_dlg.c Modified
+0 -1 filter_dlg.h Modified
+7 -9 follow_dlg.c Modified
+3 -2 graph_analysis.c Modified
+1 -3 gui_utils.c Modified
+2 -1 help_dlg.c Modified
+4 -7 main.c Modified
+2 -2 print_dlg.c Modified
+2 -1 print_mswin.c Modified
+5 -13 proto_draw.c Modified
+4 -3 recent.c Modified
+71 -78 rtp_analysis.c Modified
+2 -1 rtp_stream.c Modified
+2 -1 text_page.c Modified
Directory: /trunk/plugins/mate/
Changes Path Action
+2 -1 mate_util.c Modified
Directory: /trunk/
Changes Path Action
+2 -5 capture.c Modified
+7 -11 capture_loop.c Modified
+11 -19 capture_sync.c Modified
+6 -5 color_filters.c Modified
+0 -3 config.h.win32 Modified
+9 -8 disabled_protos.c Modified
+19 -26 file.c Modified
+9 -33 fileset.c Modified
+11 -10 filters.c Modified
+2 -10 mergecap.c Modified
+2 -6 mkstemp.c Modified
+2 -2 pcap-util-unix.c Modified
+2 -1 print.c Modified
+7 -14 ringbuffer.c Modified
+5 -5 tethereal.c Modified
+3 -16 util.c Modified
Directory: /trunk/wiretap/
Changes Path Action
+1 -4 ascend.c Modified
+0 -3 config.h.win32 Modified
+8 -19 file_access.c Modified
+127 -0 file_util.h Added
+22 -0 file_wrappers.c Modified
+2 -2 file_wrappers.h Modified
+1 -1 k12.c Modified
+2 -9 wtap.c Modified
http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16403&view=rev