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
/
wiretap
/
pcap-common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify what the special cases in wtap_wtap_encap_to_pcap_encap() are
Guy Harris
2013-08-08
1
-17
/
+17
*
Point to the tcpdump.org link-layer header types page.
Guy Harris
2013-08-08
1
-1
/
+2
*
Rename "dlt_value" to "linktype_value", and give more details in
Guy Harris
2013-08-08
1
-30
/
+43
*
Back out previous checkin, which wasn't intended (and which had the
Guy Harris
2013-07-31
1
-147
/
+137
*
Copy over r51049 from trunk:
Guy Harris
2013-07-31
1
-137
/
+147
*
Use newly assigned DLT for PDU export functionality
Pascal Quantin
2013-06-28
1
-0
/
+4
*
From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :
Pascal Quantin
2013-05-30
1
-3
/
+5
*
In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-read
Guy Harris
2013-05-18
1
-23
/
+23
*
From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :
Pascal Quantin
2013-04-14
1
-0
/
+2
*
From Prafulla Harpanhalli via https://bugs.wireshark.org/bugzilla/show_bug.cg...
Evan Huus
2013-03-23
1
-1
/
+2
*
Revert "Fix MSVC build errors related to symbol visibility"
Balint Reczey
2013-02-28
1
-3
/
+0
*
Fix MSVC build errors related to symbol visibility
Balint Reczey
2013-02-28
1
-0
/
+3
*
its ==> it's
Bill Meier
2013-02-26
1
-1
/
+1
*
Whitespace changes.
Michael Tüxen
2012-12-22
1
-9
/
+9
*
Add native SCTP encapsulation.
Michael Tüxen
2012-11-28
1
-0
/
+2
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Create a common libui using CMake similar to what we do with Autotools.
Gerald Combs
2012-09-14
1
-0
/
+19
*
From Richard Stearn: support for AX.25, including support for
Guy Harris
2012-08-02
1
-0
/
+1
*
From Richard Stearn: AX.25 KISS protocol support.
Guy Harris
2012-08-02
1
-0
/
+2
*
Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...
Michael Mann
2012-07-19
1
-0
/
+47
*
Set the 802.11 "already decrypted" flag to FALSE for file formats other
Guy Harris
2012-07-18
1
-0
/
+1
*
Initial support for D-Bus dissection (bug #5502)
Jakub Zawadzki
2012-06-29
1
-0
/
+2
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"
Guy Harris
2012-05-02
1
-6
/
+6
*
Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...
Jakub Zawadzki
2012-03-31
1
-0
/
+2
*
From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCP
Anders Broman
2012-03-06
1
-0
/
+40
*
From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHER
Anders Broman
2012-03-01
1
-0
/
+5
*
Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...
Jeff Morriss
2012-02-13
1
-0
/
+12
*
From Guy Martin:
Anders Broman
2012-02-06
1
-0
/
+2
*
Prepend the sita_phdr fields with "sita_" to make them less
Gerald Combs
2011-12-28
1
-10
/
+10
*
Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
Guy Harris
2011-12-13
1
-12
/
+12
*
from Petr Sumbera:
Jaap Keuter
2011-12-02
1
-1
/
+2
*
Rename pletonll() to reflect what it actually does, namely convert a
Guy Harris
2011-11-17
1
-1
/
+1
*
Clean up white space.
Guy Harris
2011-11-13
1
-8
/
+11
*
From Holger Pfrommer:
Anders Broman
2011-11-12
1
-0
/
+11
*
Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().
Guy Harris
2011-09-01
1
-15
/
+6
*
Use guint8 rather than guchar for raw octets and pointers to arrays of
Guy Harris
2011-09-01
1
-1
/
+39
*
Handle multiple extension headers when calculating the pseudo-header
Guy Harris
2011-08-30
1
-3
/
+35
*
From Hans-Christoph Schemmel:
Anders Broman
2011-04-28
1
-0
/
+2
*
*Properly* get rid of bogus cast.
Guy Harris
2011-04-22
1
-1
/
+1
*
Cast away alignment warnings about pointers where we never actually
Guy Harris
2011-04-22
1
-4
/
+12
*
Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered
Guy Harris
2011-04-21
1
-27
/
+27
*
From Jakub Zawadzki:
Guy Harris
2011-04-06
1
-13
/
+13
*
From Martin Kaiser: dissector for DVB-CI (Common Interface)
Bill Meier
2011-03-07
1
-0
/
+2
*
From njohnkev:
Jaap Keuter
2011-02-02
1
-0
/
+3
*
Fix the dead initialization warnings found by clang's static analysis
Stephen Fisher
2011-01-20
1
-1
/
+1
*
Prepare for handling DLT_IPV4 and DLT_IPV6.
Jaap Keuter
2010-12-19
1
-0
/
+4
*
Fix typos.
Chris Maynard
2010-11-29
1
-2
/
+2
*
Add support for USB isochronous. From Marton Nemeth via bug #5370.
Chris Maynard
2010-11-24
1
-11
/
+73
*
From Jon Smirl:
Stig Bjørlykke
2010-08-07
1
-1
/
+2
[next]