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 typo: Intrustion -> Intrusion
Balint Reczey
2014-11-02
1
-1
/
+1
*
Dataflow analysis is hard, let's go shopping!
Guy Harris
2014-10-30
1
-0
/
+2
*
Squelch some used-but-not-set warnings (one legitimate, others not).
Guy Harris
2014-10-30
1
-6
/
+6
*
Use correct variable.
Guy Harris
2014-10-30
1
-1
/
+1
*
Extract the center frequency from Peek tagged files.
Guy Harris
2014-10-30
1
-0
/
+2
*
Support the bandwidth and "short GI" fields from Peek tagged files.
Guy Harris
2014-10-30
2
-8
/
+76
*
Handle the MCS index in Peek tagged files.
Guy Harris
2014-10-30
2
-40
/
+51
*
Expand the 802.11 pseudo-header and support new radio metadata.
Guy Harris
2014-10-29
9
-29
/
+139
*
Add a comment showing mapping to radiotap.
Guy Harris
2014-10-28
1
-0
/
+55
*
Some additional information from bug 10637.
Guy Harris
2014-10-28
1
-9
/
+45
*
Expand comments.
Guy Harris
2014-10-25
1
-6
/
+52
*
Get rid of a trailing blank.
Guy Harris
2014-10-25
1
-1
/
+1
*
Update a comment.
Guy Harris
2014-10-25
1
-7
/
+6
*
PCAPNG (wiretap): Fix Dead Store (Dead assignement/Dead increment) warning fo...
Alexis La Goutte
2014-10-19
1
-5
/
+0
*
Get rid of unused includes of <ctype.h>.
Guy Harris
2014-10-17
2
-2
/
+0
*
Don't use ctype.h routines.
Guy Harris
2014-10-17
8
-47
/
+39
*
Don't try to compute time stamps for files from Packet Builder.
Guy Harris
2014-10-16
1
-8
/
+18
*
Fix a debugging printout.
Guy Harris
2014-10-16
1
-2
/
+2
*
Get rid of some set-but-no-longer-used variables.
Guy Harris
2014-10-16
1
-6
/
+0
*
Make sure *err and *err_info are set when returning PCAPNG_BLOCK_NOT_SHB.
Guy Harris
2014-10-16
1
-5
/
+7
*
The record offset block begins with a 1-byte(!) header.
Guy Harris
2014-10-16
1
-21
/
+19
*
Get rid of another unused variable.
Guy Harris
2014-10-16
1
-2
/
+0
*
Don't allocate the interfaces array until we've read the SHB.
Guy Harris
2014-10-15
1
-5
/
+4
*
Clean up the read routines.
Guy Harris
2014-10-15
1
-191
/
+201
*
We can't check the length of an SHB until we determine the byte order.
Guy Harris
2014-10-14
1
-16
/
+16
*
Don't assume pcap_read_block() returns the number of bytes read.
Guy Harris
2014-10-14
1
-9
/
+2
*
Don't log warnings if no block-type handlers are registered.
Guy Harris
2014-10-14
1
-6
/
+6
*
Get rid of no-longer-used #define.
Guy Harris
2014-10-14
1
-2
/
+0
*
Don't supply time stamps for Capsa packets for now.
Guy Harris
2014-10-14
1
-11
/
+18
*
Fix return values.
Guy Harris
2014-10-14
1
-4
/
+4
*
And another warning.
Guy Harris
2014-10-14
1
-1
/
+1
*
Squelch another warning.
Guy Harris
2014-10-14
1
-1
/
+1
*
Squelch a compiler warning.
Guy Harris
2014-10-14
1
-1
/
+1
*
Clean up comment.
Guy Harris
2014-10-14
1
-1
/
+1
*
Get rid of out-of-date comment.
Guy Harris
2014-10-14
1
-12
/
+0
*
Initial version of support for Colasoft Capsa files.
Guy Harris
2014-10-14
6
-1
/
+495
*
Use the wtap_read_bytes{_or_eof}() routines.
Guy Harris
2014-10-11
1
-77
/
+57
*
Use the count-of-records fields to figure out how many records to read.
Guy Harris
2014-10-11
1
-98
/
+134
*
Use names more like the other names in open_info.
Guy Harris
2014-10-10
1
-62
/
+91
*
Version 3 has only absolute timestamps; don't set nsg_creltime.
Guy Harris
2014-10-10
1
-5
/
+7
*
wtap_file_read_till_separator() can return values other than 1 on success.
Guy Harris
2014-10-10
1
-1
/
+1
*
CMake: Bundle our libraries.
Gerald Combs
2014-10-10
1
-1
/
+6
*
Oops, missed one.
Guy Harris
2014-10-10
1
-1
/
+1
*
Don't treat int return values as valid wtap_open_return_val values.
Guy Harris
2014-10-10
1
-8
/
+10
*
Cast size_t to to gulong as the length argument to g_snprintf().
Guy Harris
2014-10-10
1
-3
/
+3
*
Fix declared types of open routines.
Guy Harris
2014-10-10
48
-49
/
+49
*
Use an enum for the open-routine return value, as per Evan Huus's suggestion.
Guy Harris
2014-10-09
51
-523
/
+515
*
Make the OPEN_INFO_ values members of an enum.
Guy Harris
2014-10-09
1
-8
/
+6
*
Use WTAP_ERR_DECOMPRESS for decompression errors.
Guy Harris
2014-10-08
1
-4
/
+4
*
No need to set *err_info if there's no error.
Guy Harris
2014-10-08
1
-2
/
+0
[next]