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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix wtap displayable names
Michal Labedzki
2014-04-14
1
-12
/
+12
*
Add a dissector for Apple's PKTAP headers.
Guy Harris
2014-04-01
3
-0
/
+8
*
Update encap_table_base.
Guy Harris
2014-04-01
1
-0
/
+24
*
Continue to remove $Id$ from top of file
Alexis La Goutte
2014-03-31
4
-8
/
+0
*
Continue to remove $Id$ from top of file
Alexis La Goutte
2014-03-31
3
-6
/
+0
*
Continue to remove $Id$ from top of file
Alexis La Goutte
2014-03-31
3
-6
/
+0
*
Hide unused variable.
Guy Harris
2014-03-29
1
-1
/
+4
*
Add a pcorey48tohll() macro, and use #defines for some offsets.
Guy Harris
2014-03-29
1
-26
/
+25
*
Use tabs instead of spaces
Michal Labedzki
2014-03-24
1
-6
/
+5
*
use the WTAP_TYPE_AUTO define to make things clearer
Martin Kaiser
2014-03-20
1
-1
/
+1
*
Revert "Allow pcapng interface options to be available to dissectors."
Anders Broman
2014-03-20
3
-110
/
+0
*
Allow pcapng interface options to be available to dissectors.
Christopher Kilgour
2014-03-20
3
-0
/
+110
*
the entries for file types with magic numbers are
Martin Kaiser
2014-03-20
1
-1
/
+1
*
use the correct end index when we loop over the open_info_arr
Martin Kaiser
2014-03-20
1
-8
/
+8
*
Make checkAPIs happy
Alexis La Goutte
2014-03-19
1
-2
/
+2
*
Try to fix Buildbot (Mac OS X and Windows) about conversion
Alexis La Goutte
2014-03-19
1
-6
/
+6
*
Fix lua file testsuite not working and weak heuristic readers not being regis...
Hadriel Kaplan
2014-03-19
1
-2
/
+1
*
Wiretap: Add support for Android Logcat
Michal Labedzki
2014-03-19
6
-2
/
+682
*
Add capture file reader/writer support for Lua so scripts can implement new c...
Michael Mann
2014-03-19
5
-153
/
+448
*
Add a #define for the stats block header length, and use it.
Guy Harris
2014-03-16
1
-14
/
+15
*
Remove Visual Studio solution and project files (and their existence from Mak...
Michael Mann
2014-03-16
2
-442
/
+0
*
And another warning fix.
Guy Harris
2014-03-16
1
-1
/
+2
*
Squelch some warnings by narrowing or widening some variables.
Guy Harris
2014-03-16
1
-6
/
+9
*
Get rid of unused #defines and no-longer-used structures.
Guy Harris
2014-03-16
1
-56
/
+3
*
Reorganize the code.
Guy Harris
2014-03-16
1
-375
/
+448
*
Support to version 3.0 of netscaler packet wire format.
Guy Harris
2014-03-16
5
-8
/
+364
*
Clean up the setting of the len and caplen fields.
Guy Harris
2014-03-15
1
-48
/
+66
*
Use constants instead of vwr->STATS_LEN in some cases.
Guy Harris
2014-03-15
1
-10
/
+8
*
Fix setting of STATS_LEN - it's what's in the file, not what we *generate*.
Guy Harris
2014-03-15
1
-2
/
+1
*
Clean up naming and get rid of unused and duplicate definitions.
Guy Harris
2014-03-15
1
-197
/
+104
*
Better document the offset of the MPDU in the packet data.
Guy Harris
2014-03-15
1
-9
/
+17
*
Add a #define for the record header length, and use it.
Guy Harris
2014-03-15
1
-6
/
+21
*
Some records have two statistics blocks; clarify that.
Guy Harris
2014-03-15
1
-4
/
+4
*
More use of vwr->STATS_LEN to clarify what code is doing.
Guy Harris
2014-03-15
1
-4
/
+9
*
Get rid of duplicate code.
Guy Harris
2014-03-15
1
-5
/
+0
*
Use vwr->STATS_LEN instead of numbers, and eliminate redundant checks.
Guy Harris
2014-03-15
1
-8
/
+2
*
len and caplen are derived independently, so set WTAP_HAS_CAP_LEN.
Guy Harris
2014-03-14
1
-3
/
+3
*
Introduces two new Bluetooth DLTs for RF-based captures.
Christopher Kilgour
2014-03-07
3
-0
/
+12
*
Have NFLOG TLV type and length be in host byte order.
Guy Harris
2014-03-06
1
-0
/
+80
*
Add command-line arg for input file format for tshark/wireshark
Hadriel Kaplan
2014-03-05
2
-0
/
+23
*
One more fix from g2965913
Evan Huus
2014-03-04
1
-2
/
+0
*
Fix warnings introduced in g2965913
Pascal Quantin
2014-03-04
2
-3
/
+1
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
108
-216
/
+0
*
Remove trailing whitespace
Bill Meier
2014-02-25
5
-6
/
+6
*
Wireshark: Add option to choose format type of capture file
Michal Labedzki
2014-02-25
3
-148
/
+149
*
Add support for Bluetooth Linux Monitor
Michal Labedzki
2014-02-20
2
-2
/
+68
*
Have macros to handle the range check and byte swapping.
Guy Harris
2014-02-08
1
-56
/
+44
*
Make some routines take a struct wtap_pkthdr * as an argument.
Guy Harris
2014-02-06
10
-154
/
+146
*
allow tshark reading from pipes
Peter Hatina
2014-02-03
1
-1
/
+2
*
Fix build on FreeBSD 10.0
Edwin Groothuis
2014-02-02
1
-1
/
+2
[next]