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
/
text2pcap.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a warning on Windows.
Michael Tüxen
2012-12-21
1
-1
/
+1
*
Use pcapio routines. This concludes the preperation for
Michael Tüxen
2012-12-21
1
-30
/
+16
*
This should make the Linux buildbot happy.
Michael Tüxen
2012-12-21
1
-1
/
+1
*
Address a build issue on Windows.
Michael Tüxen
2012-12-21
1
-2
/
+2
*
Build the packet to be sent completely in the buffer and
Michael Tüxen
2012-12-21
1
-94
/
+134
*
Make handling of inconsistent transport layer parameters more consistent.
Michael Tüxen
2012-12-18
1
-2
/
+11
*
Whitespace changes. Use consistent 4 space indent.
Michael Tüxen
2012-12-18
1
-159
/
+156
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
There's no __solaris__ predefine for Solaris; just use __sun.
Guy Harris
2012-04-10
1
-1
/
+1
*
Revisit https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161
Jeff Morriss
2012-02-24
1
-1
/
+3
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3161 :
Jeff Morriss
2011-10-21
1
-7
/
+7
*
From Peter Fales via bug 6424:
Stig Bjørlykke
2011-10-02
1
-1
/
+7
*
From Pascal Quantin via bug 1723:
Stig Bjørlykke
2011-09-05
1
-43
/
+57
*
Change malloc -> g_malloc and free -> g_free.
Stig Bjørlykke
2011-09-05
1
-2
/
+2
*
Yet another cast.
Stig Bjørlykke
2011-08-24
1
-1
/
+1
*
Fix a warning by changing a pointer type.
Stig Bjørlykke
2011-08-24
1
-2
/
+2
*
From Jack Yu modified by Chris Maynard:
Anders Broman
2011-08-23
1
-4
/
+81
*
Test return value from fwrite(); If an error occurred then exit with a message.
Bill Meier
2011-08-10
1
-10
/
+31
*
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :
Jeff Morriss
2011-08-09
1
-3
/
+1
*
Replace all strerror() with g_strerror().
Stig Bjørlykke
2011-06-28
1
-2
/
+2
*
Move the Windows argument list conversion code to a common routine.
Gerald Combs
2011-05-24
1
-13
/
+2
*
Fix a typo in the help message.
Michael Tüxen
2011-04-05
1
-1
/
+1
*
Fix a couple of typos.
Chris Maynard
2011-03-30
1
-2
/
+2
*
Wrap all text lines of help at column 80.
Chris Maynard
2011-03-30
1
-5
/
+7
*
Don't compute each checksum twice when adding dummy headers (-u, -T, -s, -S o...
Bill Meier
2011-03-23
1
-15
/
+31
*
On Windows, convert all of our command-line arguments from UTF-16 to
Gerald Combs
2011-01-06
1
-1
/
+21
*
Change dummy MAC addresses so we don't get Wireshark expert message:
Bill Meier
2010-10-19
1
-3
/
+3
*
Move some code (including the optional objects) into libwsutil
Jeff Morriss
2010-05-28
1
-3
/
+3
*
From Jim Young: Include svnversion.h in capinfos and text2pcap
Bill Meier
2009-12-29
1
-0
/
+1
*
From Jakub Zawadzki via bug #4289: (Fix for) Frame arrival times (pcap)
Stephen Fisher
2009-12-08
1
-0
/
+1
*
Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
Stig Bjørlykke
2009-10-06
1
-2
/
+4
*
Use "svn info" to fetch the version by default. Fetch the repository path as
Gerald Combs
2009-07-22
1
-1
/
+1
*
Minor cleanup of "-h" output text.
Bill Meier
2009-05-12
1
-23
/
+27
*
Fix the last(?) of the Win64 compilation problems.
Gerald Combs
2009-04-16
1
-2
/
+2
*
Declare ts_sec as a time_t because that's how it's used; this avoids a warning
Jeff Morriss
2008-09-21
1
-8
/
+8
*
The joys of beating header files over the head to get all the various
Guy Harris
2008-06-04
1
-0
/
+16
*
Move the file utility functions from wiretap to libwsutil so that
Jeff Morriss
2008-05-22
1
-3
/
+3
*
Fix some of the Errors/warnings detected by checkapi.
Anders Broman
2008-05-13
1
-4
/
+4
*
"Read 1 potential packet, wrote 1 packet": use packet or packets as appropriate
Bill Meier
2008-03-01
1
-2
/
+3
*
From Michael McCartney (bug 2246):
Stig Bjørlykke
2008-02-05
1
-3
/
+7
*
More rewrite of prohibited APIs (sprintf, strcpy, strcat).
Stig Bjørlykke
2008-02-03
1
-2
/
+2
*
Pavol Rusnak <stick@gk2.sk>:
Jörg Mayer
2008-01-09
1
-6
/
+9
*
A few more s/fopen/eth_fopen/
Jeff Morriss
2007-10-16
1
-8
/
+9
*
When -t option: Use current date or time fields for unspecified fields; Fixes...
Bill Meier
2007-09-20
1
-20
/
+29
*
If bad date/time: use 1/1/70 00:00:00 local time; Add some addt'l output if d...
Bill Meier
2007-09-18
1
-30
/
+36
*
Output err msg if strptime fails converting input time;
Bill Meier
2007-09-12
1
-1
/
+4
*
fix usage message for -o option
Richard van der Hoff
2007-08-21
1
-1
/
+1
*
set #ifndef __USE_XOPEN instead of only #ifndef
Sebastien Tandel
2007-04-22
1
-1
/
+1
*
Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it was
Jörg Mayer
2007-04-22
1
-2
/
+5
[prev]
[next]