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
*
To fill in a ws_statb64, you must use ws_fstat64.
Guy Harris
2011-04-10
1
-1
/
+1
*
Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64
Guy Harris
2011-04-10
1
-2
/
+2
*
Define ws_statb64 to be the appropriate "struct XXX" for a
Guy Harris
2011-04-10
1
-1
/
+1
*
Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.
Guy Harris
2011-04-10
1
-1
/
+1
*
Use AC_SYS_LARGEFILE to turn on large file support on platforms that
Guy Harris
2011-04-10
2
-17
/
+5
*
Point to RFC 1952 as a description of the gzip file format.
Guy Harris
2011-04-10
1
-0
/
+10
*
Move the definition of the structure pointed to by a FILE_T into
Guy Harris
2011-04-10
2
-32
/
+32
*
Just make the fh member of a wtap_dumper_t a void * for now, and, in all
Guy Harris
2011-04-08
2
-12
/
+14
*
Make wtap plugins build on windows again.
Anders Broman
2011-04-08
1
-0
/
+1
*
Change ng_file_read() to take only one size argument - and make it an
Guy Harris
2011-04-08
1
-27
/
+27
*
To squelch some compiler warnings, temporarily cast the argument to
Guy Harris
2011-04-08
1
-2
/
+12
*
From Jakub Zawadzki:
Guy Harris
2011-04-08
5
-229
/
+675
*
Be more picky about our sscanf integer field widths. Hopefully this will
Gerald Combs
2011-04-07
7
-12
/
+12
*
From Jakub Zawadzki:
Guy Harris
2011-04-07
2
-5
/
+8
*
From Jakub Zawadzki:
Guy Harris
2011-04-06
3
-29
/
+10
*
From Jakub Zawadzki: fix the type of an argument.
Guy Harris
2011-04-06
1
-1
/
+1
*
From Jakub Zawadzki:
Guy Harris
2011-04-06
32
-199
/
+197
*
Check return value of file_seek(). Fixes CID 338.
Chris Maynard
2011-03-31
1
-1
/
+2
*
Use BSWAP16 instead of BSWAP32 for 16-bit values. Fixes CID's 1179 and 1180.
Chris Maynard
2011-03-31
1
-2
/
+2
*
Don't put a 196808 byte variable on the stack: instead, malloc/free it.
Jeff Morriss
2011-03-29
1
-59
/
+83
*
Don't put a 65536 byte variable on the stack: instead, malloc/free it.
Jeff Morriss
2011-03-29
1
-44
/
+78
*
More updates to the wtap_open_offline() comment.
Guy Harris
2011-03-28
1
-2
/
+4
*
Update a comment.
Anders Broman
2011-03-28
1
-4
/
+6
*
Added a missing break.
Stig Bjørlykke
2011-03-27
1
-1
/
+1
*
Fix Coverity CIDs 810 & 811: uninitialized variables.
Gerald Combs
2011-03-25
2
-0
/
+4
*
Make it build on Windows 7
Anders Broman
2011-03-25
1
-1
/
+1
*
Add a missing include.
Gerald Combs
2011-03-24
1
-2
/
+6
*
Add initial pcapng name resolution record support. Wireshark has read
Gerald Combs
2011-03-24
6
-79
/
+386
*
Use the same style in netscreen_seek_read() that we use in
Guy Harris
2011-03-22
1
-1
/
+5
*
Fix for bug 5762, wireshark asserts on reading juniper snoop output when no h...
Sake Blok
2011-03-21
1
-1
/
+1
*
Avoid having large buffers on the stack (as noted in VS Code Analyzer warnings).
Martin Mathieson
2011-03-16
1
-3
/
+3
*
From Martin Kaiser: dissector for DVB-CI (Common Interface)
Bill Meier
2011-03-07
3
-1
/
+7
*
From Robert Bullen: ... code is not incrementing wtap_dumper.bytes_dumped.
Bill Meier
2011-02-25
1
-0
/
+6
*
From Robert Bullen: Fix "Potential access violation when writing to LANalyzer...
Bill Meier
2011-02-25
1
-1
/
+13
*
Revert SVN #36059; patch from Bug #5698 to be used instead
Bill Meier
2011-02-25
1
-2
/
+1
*
Fix Bug #5698: "Potential access violation when writing to LANalyzer files"
Bill Meier
2011-02-25
1
-1
/
+2
*
Return an error value for the new error return; it "can't happen" (but
Guy Harris
2011-02-16
1
-1
/
+7
*
Check the index before storing into the array.
Guy Harris
2011-02-16
1
-1
/
+1
*
Fix checkapi.
Gerald Combs
2011-02-16
1
-64
/
+64
*
Fix errors found by the Visual C++ analyzer.
Gerald Combs
2011-02-16
9
-10
/
+13
*
Fix a buffer overflow found by the Visual C++ analyzer.
Gerald Combs
2011-02-16
1
-0
/
+7
*
The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's no
Guy Harris
2011-02-12
2
-4
/
+4
*
Add some information based on a Tektronix manual whose name popped up in
Guy Harris
2011-02-10
1
-2
/
+57
*
Check for a large packet_len. Fixes a bug reported by Huzaifa
Gerald Combs
2011-02-07
1
-0
/
+12
*
Set the error code and additional information string in more cases.
Guy Harris
2011-02-04
1
-27
/
+70
*
Set *err before *err_info - that's how it's done in most other modules.
Guy Harris
2011-02-04
1
-4
/
+4
*
Set *err before *err_info - that's how it's done in most other modules.
Guy Harris
2011-02-04
1
-1
/
+1
*
Set *err before *err_info - that's how it's done in most other modules.
Guy Harris
2011-02-04
1
-1
/
+1
*
Fix indentation.
Guy Harris
2011-02-04
1
-1
/
+1
*
Put more data into the "additional error information" messages.
Guy Harris
2011-02-04
1
-11
/
+8
[next]