index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
acinclude.m4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder some linker flags from most dependent to least dependent
João Valverde
2016-03-22
1
-4
/
+3
*
Remove ADNS support
João Valverde
2016-03-21
1
-31
/
+0
*
Use AX_PROG_CC_FOR_BUILD macro to identify compiler targeting the build host.
Eric Anderson
2016-03-10
1
-2
/
+2
*
Revert "autotools: Use explicit zlib dependency build flags"
João Valverde
2016-03-03
1
-40
/
+60
*
autotools: Use explicit zlib dependency build flags
João Valverde
2016-03-03
1
-60
/
+40
*
Lua configure.ac improvements
João Valverde
2016-02-27
1
-1
/
+12
*
autotools: Display build flags in configure summary
João Valverde
2016-02-23
1
-6
/
+6
*
autotools: Fix multiple repetitions of -L build flags
João Valverde
2016-02-21
1
-2
/
+2
*
autotools: Use Qt flags only for building Qt GUI
João Valverde
2016-02-20
1
-2
/
+0
*
Fix Qt4 moc option argument and add build parametrization
João Valverde
2016-02-03
1
-1
/
+4
*
autotools: Don't use "user variables" to set build flags
João Valverde
2016-01-28
1
-109
/
+105
*
Revert "Don't use the printf command; it's not guaranteed to be there."
Guy Harris
2016-01-16
1
-1
/
+1
*
Don't use the printf command; it's not guaranteed to be there.
Guy Harris
2016-01-16
1
-1
/
+1
*
autotools: do not apply CFLAGS in reverse order
Peter Wu
2015-11-26
1
-20
/
+22
*
Don't check whether the C++ compiler supports a flag if there isn't one.
Guy Harris
2015-11-25
1
-93
/
+102
*
Remove configure --enable-ipv6 option
João Valverde
2015-11-23
1
-118
/
+0
*
acinclude.m4: Replace AS_ECHO_N with printf
João Valverde
2015-11-21
1
-1
/
+1
*
autotools: Fix extra-compiler-warnings for system headers
João Valverde
2015-11-21
1
-1
/
+25
*
extcap: add sshdump.
Dario Lombardo
2015-11-19
1
-0
/
+37
*
No RCS/CVS/SVN Ids any more.
Guy Harris
2015-10-08
1
-2
/
+0
*
Qt: Initial RTP playback.
Gerald Combs
2015-10-02
1
-4
/
+6
*
do not clobber user CFLAGS
Jeroen Roovers
2015-09-18
1
-14
/
+14
*
Check if -fPIC is needed for Qt5 code to compile
Jeffrey Smith
2015-09-10
1
-0
/
+30
*
Make .o files, not .cpp and .h files, depend on the ui_*.h files.
Guy Harris
2015-07-10
1
-77
/
+39
*
Make sure we get the Qt tools for the Qt version with which we're building.
Guy Harris
2015-07-08
1
-66
/
+182
*
Search for the Lua (version < 5.3) package first: it's the most common case.
Jeff Morriss
2015-06-11
1
-1
/
+1
*
Clean up --with-qt handling.
Guy Harris
2015-06-09
1
-1
/
+1
*
Update how we search for Lua with pkg-config.
Jeff Morriss
2015-06-08
1
-18
/
+26
*
switch to AC_PATH_TOOL
Mike Frysinger
2015-05-28
1
-3
/
+3
*
Add a major version number argument to --with-qt.
Guy Harris
2015-04-13
1
-22
/
+62
*
Only add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_BUILD are the same.
Guy Harris
2015-04-12
1
-8
/
+16
*
Have a #define for whether the capture buffer size can be set.
Guy Harris
2015-03-25
1
-1
/
+8
*
Look for and use gethostbyname() if we don't have getaddrinfo(). Fail to
Jeff Morriss
2015-03-03
1
-8
/
+35
*
Actually define HAVE_GETADDRINFO if we find it.
Jeff Morriss
2015-02-26
1
-17
/
+7
*
Remove gethostbyaddr and gethostbyaddr2.
Gerald Combs
2015-02-06
1
-7
/
+9
*
Simplify how we find Lua and expand the places we look.
Jeff Morriss
2015-02-04
1
-208
/
+93
*
No *pcap should have pcap_open() without the other remote extensions.
Guy Harris
2015-01-04
1
-4
/
+2
*
Qt: Initial VoIP Calls dialog.
Gerald Combs
2014-12-09
1
-0
/
+7
*
Add support for getting nanosecond time stamp resolution when capturing.
Guy Harris
2014-09-28
1
-1
/
+1
*
Cope with MIT being line wrapped when compiling with kerberos
Garming Sam
2014-08-22
1
-2
/
+2
*
Fix a comment.
Guy Harris
2014-08-04
1
-2
/
+4
*
Define INET6 in config.h rather than in the Makefile.
Guy Harris
2014-08-03
1
-7
/
+17
*
Don't check for -Wl,{option} support.
Guy Harris
2014-07-01
1
-27
/
+17
*
Fix comments to reflect reality.
Guy Harris
2014-07-01
1
-4
/
+8
*
If we don't check for something, don't print a result.
Guy Harris
2014-06-18
1
-2
/
+0
*
Don't do the check for clang/clang++.
Guy Harris
2014-06-18
1
-42
/
+0
*
Add -Werror when testing -m compiler flags.
Guy Harris
2014-06-18
1
-2
/
+18
*
Get rid of the last bits of Python, as they break the build.
Guy Harris
2014-06-16
1
-81
/
+0
*
Don't distinguish between "GCC" and "Clang" extra -W flags.
Guy Harris
2014-04-20
1
-1
/
+1
*
Try to improve the "Kerberos requested but not OpenSSL" message.
Guy Harris
2014-03-09
1
-1
/
+1
[next]