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
/
pcapio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a comment.
Michael Tüxen
2009-04-27
1
-1
/
+1
*
Use GLib's G_MAXUINT16 as the largest value that fits in a guint16.
Guy Harris
2009-04-27
1
-11
/
+10
*
Improve handling of strings longer than 64KB.
Michael Tüxen
2009-04-27
1
-26
/
+37
*
Trying to make the Windows compiler happy.
Michael Tüxen
2009-04-27
1
-2
/
+2
*
More casts to deal with 64-bit size_t.
Guy Harris
2009-04-26
1
-4
/
+6
*
Cast both parts of a FILETIME to guint32, as I think DWORD is signed.
Guy Harris
2009-04-26
1
-1
/
+5
*
Add code that should work on Windows to get current time as microseconds
Guy Harris
2009-04-26
1
-2
/
+29
*
(Try to) fix the 64-bit issues.
Michael Tüxen
2009-04-26
1
-5
/
+5
*
Don't declare now when not used.
Michael Tüxen
2009-04-26
1
-0
/
+2
*
Windows does not support gettimeofday(). Use 0 as a workaround for now.
Michael Tüxen
2009-04-26
1
-0
/
+4
*
constify some args of libpcap_write_enhanced_packet_block()
Michael Tüxen
2009-04-26
1
-2
/
+2
*
Fix names.
Michael Tüxen
2009-04-26
1
-22
/
+22
*
Add functions to write several pcapng blocks.
Michael Tüxen
2009-04-26
1
-0
/
+291
*
Make ringbuffer.[ch] file format agnostic.
Michael Tüxen
2009-04-26
1
-13
/
+18
*
OK, fix it properly by adding test after config.h has been included...
Martin Mathieson
2007-02-01
1
-4
/
+3
*
Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason ...
Martin Mathieson
2007-02-01
1
-2
/
+3
*
there is no point in pcapio unless we have PCAP available.
Ronnie Sahlberg
2007-02-01
1
-0
/
+4
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
When capturing, we only support writing to libpcap files. Given that,
Guy Harris
2006-03-04
1
-0
/
+186