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
/
pcapng.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the definitions of all the private data structures out of
Guy Harris
2010-02-26
1
-22
/
+45
*
Move the declarations of wtap_pcap_encap_to_wtap_encap() and
Guy Harris
2010-02-23
1
-3
/
+12
*
Stop loading a pcapng file with multiple section header blocks.
Michael Tüxen
2009-06-28
1
-11
/
+19
*
Accept file snaplen larger than WTAP_MAX_PACKET_SIZE,
Michael Tüxen
2009-06-27
1
-6
/
+6
*
Another cleanup. We are now back to Ulf's original
Michael Tüxen
2009-06-27
1
-28
/
+42
*
Cleanup. Should be included in Wireshark 1.2.1 and higher to keep
Michael Tüxen
2009-06-27
1
-5
/
+7
*
Add support for writing pcapng files with multiple
Michael Tüxen
2009-06-27
1
-29
/
+83
*
This patch
Michael Tüxen
2009-06-27
1
-15
/
+38
*
If all interfaces use the same encapsulation, use
Michael Tüxen
2009-06-27
1
-7
/
+18
*
This commit
Michael Tüxen
2009-06-27
1
-44
/
+108
*
Disable debug output.
Michael Tüxen
2009-06-26
1
-1
/
+1
*
* Allocate enough memory for reading a packet.
Michael Tüxen
2009-06-26
1
-22
/
+48
*
Fix for bug 3539: Address as signess issue for fcs_len.
Michael Tüxen
2009-06-18
1
-2
/
+2
*
Clean up a comment.
Michael Tüxen
2009-06-17
1
-2
/
+3
*
Whitespace cleanups.
Michael Tüxen
2009-06-16
1
-4
/
+4
*
Fix bug reported by Stig: per packet encapsulation for
Michael Tüxen
2009-06-15
1
-2
/
+2
*
When writing pcapng files use correct interface index
Michael Tüxen
2009-06-11
1
-1
/
+1
*
From Aaron Turner: Use wtap_wtap_encap_to_pcap_encap() instead of
Michael Tüxen
2009-05-22
1
-3
/
+3
*
One more debug output.
Michael Tüxen
2009-05-05
1
-0
/
+1
*
Use a dynamic glib array instead of a static C array for
Michael Tüxen
2009-05-03
1
-24
/
+23
*
Add support for multiple IDBs. They can used different encapsulations.
Michael Tüxen
2009-05-03
1
-35
/
+43
*
Improve handling of if_tsresol option.
Michael Tüxen
2009-05-03
1
-11
/
+23
*
Use WTAP_FILE_TSPREC_NSEC as tsprecision. This makes it independent from the
Michael Tüxen
2009-05-03
1
-24
/
+11
*
Remove code that should have been removed by my last commit.
Michael Tüxen
2009-05-03
1
-18
/
+4
*
Use WTAP_ENCAP_PER_PACKET. This is an intermediate step towards supporting
Michael Tüxen
2009-05-03
1
-31
/
+49
*
Fix the handling of non PB/EPB blocks after the initial SDB/IDB.
Michael Tüxen
2009-05-02
1
-2
/
+8
*
Use named constant.
Michael Tüxen
2009-04-27
1
-1
/
+1
*
Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_
Guy Harris
2009-04-27
1
-65
/
+9
*
Clean up some comments I forgot to remove.
Michael Tüxen
2009-04-26
1
-4
/
+2
*
Don't do pointer casting - some version of GCC complain about that.
Guy Harris
2009-04-26
1
-27
/
+43
*
There's no guarantee that "ll" is the right modifier to use for
Guy Harris
2009-04-25
1
-2
/
+2
*
- add support for interface statistic block
Michael Tüxen
2009-04-25
1
-21
/
+165
*
Clean up some 64-bit issues.
Guy Harris
2009-04-22
1
-12
/
+12
*
Patch from bug #2986: "Fixes and enhancements in pcapng reader"
Stephen Fisher
2008-10-26
1
-5
/
+65
*
Don't cast a char[] into a guint32/64: the array may not be aligned correctly...
Jeff Morriss
2008-07-09
1
-2
/
+8
*
Reindent some to get things a bit more consistent/readable.
Jeff Morriss
2008-07-09
1
-367
/
+372
*
Really fix pcapng timestamp reading and writing this time.
Stephen Fisher
2008-02-20
1
-14
/
+5
*
Cast secs and nsecs correct.
Stig Bjørlykke
2008-02-16
1
-19
/
+19
*
Change if_tsaccur to if_tsresol and change timestamp reading/writing
Stephen Fisher
2008-02-16
1
-19
/
+50
*
Removed some "statement not reached" warnings.
Stig Bjørlykke
2008-02-07
1
-4
/
+0
*
g_warning -> pcapng_debug and "switch it off" as default, so normal users won...
Ulf Lamping
2008-01-26
1
-65
/
+77
*
Use WTAP_MAX_PACKET_SIZE in place of 65535 in sanity check for snap len
Stephen Fisher
2008-01-22
1
-1
/
+1
*
as we have BSWAP64() now, at least read 64bit section_length (but currently u...
Ulf Lamping
2008-01-21
1
-3
/
+6
*
Introduce BSWAP64() and use it in the pcapng code
Stephen Fisher
2008-01-20
1
-4
/
+3
*
Make it compile on Win32 ;-)
Ulf Lamping
2008-01-19
1
-4
/
+4
*
Make it compile on OSX.
Stig Bjørlykke
2008-01-19
1
-4
/
+4
*
various enhancements:
Ulf Lamping
2008-01-19
1
-156
/
+436
*
decode IDB options (if_tsaccur and if_fcslen)
Ulf Lamping
2008-01-18
1
-24
/
+133
*
Add link to pcap-ng format specification and use #defines for hex values of
Stephen Fisher
2008-01-18
1
-18
/
+27
*
Fix seek reading by adding the size of the block length at the end of the
Stephen Fisher
2008-01-14
1
-1
/
+1
[next]