wireshark/filetap
Guy Harris 0734ac385f Rename buffer_ routines to ws_buffer_ to avoid name collisions.
In particular, epan/wslua/lrexlib.c has its own buffer_ routines,
causing some linker warnings on some platforms, as reported in bug
10332.

(Not to be backported to 1.12, as that would change the API and ABI of
libwsutil and libwiretap.  We should also make the buffer_ routines in
epan/wslua/lrexlib.c static, which should also address this problem, but
the name change avoids other potential namespace collisions.)

Change-Id: I1d42c7d1778c7e4c019deb2608d476c52001ce28
Reviewed-on: https://code.wireshark.org/review/3351
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-08-02 11:01:29 +00:00
..
CMakeLists.txt Only one buffer.c, please. 2014-07-15 23:43:32 +00:00
Makefile.am 1.11.4 → 1.99.0. 2014-05-23 20:57:42 +00:00
Makefile.common Only one buffer.c, please. 2014-07-15 23:43:32 +00:00
Makefile.nmake Revert "More needed to get rid of "lib" in "libwsutil" on Windows." 2014-07-10 00:59:07 +00:00
file_access.c Rename buffer_ routines to ws_buffer_ to avoid name collisions. 2014-08-02 11:01:29 +00:00
ft_file_wrappers.c Replace lseek/fstat by ws_lseek64/ws_fstat64 2014-07-25 21:26:01 +00:00
ft_file_wrappers.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftap-int.h Remove all $Id$ from top of file 2014-03-04 14:27:33 +00:00
ftap.c Rename buffer_ routines to ws_buffer_ to avoid name collisions. 2014-08-02 11:01:29 +00:00
ftap.h Only one buffer.c, please. 2014-07-15 23:43:32 +00:00