| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
if we're not using any encryption libraries on Windows.
This fixes the last Win64 compilation problems in epan.
svn path=/trunk/; revision=28008
|
|
|
|
| |
svn path=/trunk/; revision=28003
|
|
|
|
|
|
| |
casts.
svn path=/trunk/; revision=28002
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
generated from pycrc. The command line used to generate the file is in
epan/crc/Makefile.common. I used "plain" to distinguish it from CCITT,
USB, and other 16-bit CRCs. Integrate the new CRC code into our
infrastructure.
Add crc16_plain_tvb_offset() to epan/crc16.[ch] and use it in
plugins/profinet/packet-pn-rt.c. This _should_ work correctly, but
hasn't been tested.
svn path=/trunk/; revision=27790
|
|
|
|
|
|
|
|
| |
that would break compilation for older compilers. Create a "DLL_LDFLAGS"
variable and use it in DLLs and plugins. Use PLUGIN_LDFLAGS and
DLL_LDFLAGS where needed. Don't force i386 code in the TPG plugin.
svn path=/trunk/; revision=27582
|
|
|
|
|
|
| |
conversion.
svn path=/trunk/; revision=27098
|
|
|
|
|
|
|
|
|
|
|
|
| |
of Visual C++. (How did this "feature" ever see the light of day?) Make
sure we use LOCAL_CFLAGS *everywhere*. This should fix problems with
building a usable installer under Visual Studio 2008 SP1.
Add comments with links to Visual C++'s idiotic handling of assemblies
and deployment using xcopy. Move to c-ares 1.5.3. Make sure we remove
all of our manifests in epan and packaging/u3/tools.
svn path=/trunk/; revision=26219
|
|
|
|
|
|
|
|
|
|
| |
MSC_VER_REQUIRED when we run mt.exe instead of checking for each
individual MSVC_VARIANT. This fixes the current buildbot test failures
on Windows, which resulted from a missing check for MSVC2008. This
also keeps us from having to mess with a bunch of makefiles when we add
support for new Visual C++ versions.
svn path=/trunk/; revision=26052
|
|
|
|
|
|
|
|
|
| |
Windows build. Add support for async IPv6 lookups. Update the ADNS
code slightly.
This is not supported (yet) on the UNIX side.
svn path=/trunk/; revision=25953
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From me:
Instead of adding adns_config.h, place it a custom adns package in
wireshark-win32-libs. Update tools/win32-setup.sh accordingly.
Split the MSVC2008EE variant into MSVC2008 and MSVC2008EE, similar to
MSVC2005 and MSVC2005EE. We have to worry about vcredist_x86.exe in
both cases.
Add Pascal to AUTHORS.
Update the Developer's Guide.
svn path=/trunk/; revision=25921
|
|
|
|
|
|
| |
Add checkapi rules to Makefile.am files.
svn path=/trunk/; revision=25656
|
|
|
|
|
|
|
| |
check for it - but not for TShark plugins, as they are expected to
print to the standard output.
svn path=/trunk/; revision=25653
|
|
|
|
| |
svn path=/trunk/; revision=25356
|
|
|
|
| |
svn path=/trunk/; revision=25333
|
|
|
|
|
|
|
|
| |
wiretap to this new libwsutil. This solves
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1677 by making libwireshark
no longer depend on libwiretap.
svn path=/trunk/; revision=25330
|
|
|
|
|
|
| |
make non ASCII char a warning for now.
svn path=/trunk/; revision=25240
|
|
|
|
|
|
|
|
| |
addition to revision 24710.
Makefiles updated to make new lempar.c effective in build rules.
svn path=/trunk/; revision=24718
|
|
|
|
| |
svn path=/trunk/; revision=24330
|
|
|
|
| |
svn path=/trunk/; revision=23947
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The startup timeout on Win32 is reduced to 80% without assembler and to 50% with assembler usage (which is optional)
proto.c
- do not look up in filed tree and inserts in two steps but do it at once
- next few small speedups
- some often called elementary functions can be optionally implemented in assembler
- dispart some functions to see more exact result from profiling
packet-tpnc.c
- do not reallocate memory for each filed
svn path=/trunk/; revision=23643
|
|
|
|
|
|
| |
once (instead of worst-case 1+2+3 times)
svn path=/trunk/; revision=23187
|
|
|
|
| |
svn path=/trunk/; revision=22934
|
|
|
|
| |
svn path=/trunk/; revision=22679
|
|
|
|
|
|
| |
files - for one thing, the former aren't compiled into .o or .obj files.
svn path=/trunk/; revision=22452
|
|
|
|
|
|
|
|
|
|
| |
such as the fact that Flex strips all but the last component of the "-o"
argument, and that it doesn't generate a header file to declare routines
the generated lexical analyzer defines. Use that script when building
lexical analyzers, and, for each lexical analyzer, include the generated
header file in the generated analyzer.
svn path=/trunk/; revision=22446
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Makefile.nmake files; currently, it has the (F)lex-to-C rule and a
.SUFFIXES pseudo-rule to add .l to the list of suffixes. Have
Makefile.nmake files with .l.c rules include Makefile.nmake.inc to get
that rule.
The names Makefile.am.inc and Makefile.nmake.inc aren't necessarily the
right names for the files in question.
Use $(PACKAGE) in the Mate plugin's Makefile, rather than "mate".
svn path=/trunk/; revision=22437
|
|
|
|
|
|
| |
UN*X.
svn path=/trunk/; revision=22434
|
|
|
|
| |
svn path=/trunk/; revision=22320
|
|
|
|
|
|
|
|
|
|
| |
anywhere else). Instead of using getaddrinfo() and getnameinfo(),
promote inet_pton.c and inet_ntop.c to the top level and use those
routines instead.
(It's 2007, for crying out loud. Why is this even an issue?)
svn path=/trunk/; revision=22075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
there's no need for files in DISTCLEANFILES to be in
MAINTAINERCLEANFILES as well.
In epan, split the generated source files into those that should be
cleaned by "make distclean" and those that shouldn't, and have
DISTCLEANFILES include only the ones that should be cleaned by "make
distclean" and have MAINTAINERCLEANFILES include the ones that shouldn't
be cleaned by "make distclean". This should fix bug 1595.
The generated source files don't need to be in EXTRA_DIST.
Use LIBWIRESHARK_DISTCLEAN_GENERATED_SRC and
LIBWIRESHARK_NODISTCLEAN_GENERATED_SRC in epan/Makefile.nmake.
svn path=/trunk/; revision=21882
|
|
|
|
|
|
|
|
|
| |
libraries. A single library is generated with the lex code without the barrier
"stop on warning". Another library is generated from the remaining source
files with the "stop on warning" barrier.
svn path=/trunk/; revision=21813
|
|
|
|
| |
svn path=/trunk/; revision=21734
|
|
|
|
| |
svn path=/trunk/; revision=21697
|
|
|
|
|
|
| |
.exe / .dll files - this way is easier to handle while packaging and alike, and probably will solve some problems. We might want to do this for the plugins as well later.
svn path=/trunk/; revision=21696
|
|
|
|
| |
svn path=/trunk/; revision=21546
|
|
|
|
|
|
| |
the unit test executables into the wireshark-gtk2 directory before running them.
svn path=/trunk/; revision=21472
|
|
|
|
|
|
| |
(Seems to work using vc6 on Windows XP).
svn path=/trunk/; revision=21400
|
|
|
|
| |
svn path=/trunk/; revision=21386
|
|
|
|
| |
svn path=/trunk/; revision=21382
|
|
|
|
|
|
| |
Let's take a different tack: include only the bare minimum, and set up stubs for everything else.
svn path=/trunk/; revision=21379
|
|
|
|
| |
svn path=/trunk/; revision=21365
|
|
|
|
| |
svn path=/trunk/; revision=21363
|
|
|
|
| |
svn path=/trunk/; revision=21353
|
|
|
|
| |
svn path=/trunk/; revision=21352
|
|
|
|
| |
svn path=/trunk/; revision=21351
|
|
|
|
| |
svn path=/trunk/; revision=21347
|
|
|
|
| |
svn path=/trunk/; revision=21319
|
|
|
|
| |
svn path=/trunk/; revision=21318
|
|
|
|
| |
svn path=/trunk/; revision=21316
|
|
|
|
| |
svn path=/trunk/; revision=21249
|