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
/
capture_wpcap_packet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r29614 until I figure out why buildbot doesn't like it
Kovarththanan Rajaratnam
2009-08-29
1
-1
/
+4
*
Use G_STRINGIFY/G_PASTE
Kovarththanan Rajaratnam
2009-08-29
1
-4
/
+1
*
Fix emacs editor modeline to be a 'safe" value.
Bill Meier
2009-07-23
1
-2
/
+2
*
For interfaces that don't support PacketOpenAdapter (such as TurboCap),
Gerald Combs
2009-06-09
1
-0
/
+13
*
Fix for SVN #26535 so that building Wireshark with VC6 doesn't fail.
Bill Meier
2008-10-24
1
-2
/
+5
*
Windows build: #include winsock2.h only when needed.
Bill Meier
2008-10-24
1
-9
/
+9
*
from Gisle Vanem:
Ulf Lamping
2007-03-27
1
-1
/
+1
*
hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 a...
Ulf Lamping
2007-03-24
1
-8
/
+7
*
as mentioned by Graham Bloice:
Ulf Lamping
2007-03-24
1
-9
/
+6
*
fix #1399: don't assert the oidlength returned from the network card driver, ...
Ulf Lamping
2007-02-25
1
-4
/
+11
*
fix compilation for:
Ulf Lamping
2007-01-08
1
-3
/
+2
*
fix sockaddr_storage problem for MSVC 7.1 (hmmm, maybe it's a platform SDK is...
Ulf Lamping
2007-01-06
1
-4
/
+6
*
MSVC2006 defines sockaddr_storage, so we shouldn't define this on our own for...
Ulf Lamping
2007-01-02
1
-0
/
+7
*
Tethereal/tethereal -> TShark/tshark.
Gerald Combs
2006-05-31
1
-1
/
+1
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-1
/
+1
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
copy input data into the buffer given to PacketRequest(), so functions with i...
Ulf Lamping
2006-04-25
1
-0
/
+1
*
fix #868: don't assert but simply ignore values that don't have the proper size
Ulf Lamping
2006-04-10
1
-4
/
+2
*
fix a compiler warning (... copied from RFC2553 :-)
Ulf Lamping
2005-09-20
1
-1
/
+1
*
the buildbot has a problem not knowing sa_family_t, define eth_sa_family_t an...
Ulf Lamping
2005-09-20
1
-4
/
+7
*
fix #340: define the missing sockaddr_storage struct to be able to use Packet...
Ulf Lamping
2005-09-19
1
-0
/
+39
*
don't crash if packet.dll is not available, add some more packet.dll version ...
Ulf Lamping
2005-05-21
1
-1
/
+3
*
as suggested by Loris: add wpcap_packet_get_version() and check the packet.dl...
Ulf Lamping
2005-05-21
1
-3
/
+15
*
don't use LPADAPTER but simply void * as we don't need to look inside the mem...
Ulf Lamping
2005-05-21
1
-8
/
+8
*
win32 only: get interface details from WinPcap's packet.dll (direct access to...
Ulf Lamping
2005-05-20
1
-0
/
+252