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
Commit message (
Expand
)
Author
Age
Files
Lines
*
A "-b" argument must have a : in it, as it has to specify a criterion
Guy Harris
2006-03-01
1
-1
/
+1
*
Clean up indentation a bit.
Guy Harris
2006-03-01
3
-10
/
+118
*
Reject attempts to use packet capture options when we're reading a saved
Guy Harris
2006-03-01
1
-32
/
+78
*
Use "tvb_format_string()" on strings extracted from the packet.
Guy Harris
2006-03-01
1
-32
/
+21
*
Replace commenting-out of code with "#if 0"/#endif" - it's a bit safer
Guy Harris
2006-03-01
2
-15
/
+21
*
Constify some items, and make one item static, so we don't initialize
Guy Harris
2006-03-01
1
-2
/
+2
*
The sequence and ack numbers in a TCP are guint32's, which means they
Guy Harris
2006-03-01
1
-35
/
+35
*
"help()" really just prints a usage message; it's not a full-blown help
Guy Harris
2006-03-01
1
-26
/
+27
*
Fix for bug 762: implementing Off/On duration presentation in 10ms units
Jaap Keuter
2006-02-28
1
-11
/
+26
*
From Martin Mathieson:
Anders Broman
2006-02-28
1
-1
/
+9
*
Bugfix: Dissect BAT ASE Signal IE properly.
Anders Broman
2006-02-28
1
-9
/
+2
*
From Peter Johansson:
Anders Broman
2006-02-28
1
-1
/
+1
*
mark a few generated fields as generated using PROTO_ITEM_SET_GENERATED
Ronnie Sahlberg
2006-02-28
1
-14
/
+43
*
add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integ...
Ronnie Sahlberg
2006-02-28
4
-55
/
+57
*
Add guard pages to emem.c. GP memory is protected using mprotect()
Gerald Combs
2006-02-27
2
-19
/
+93
*
Add an entry for the UMA dissector.
Gerald Combs
2006-02-27
1
-0
/
+8
*
Properly terminate a value string. Fixes a current Buildbot complaint.
Gerald Combs
2006-02-27
1
-1
/
+2
*
Solving minor annoyances.
Jaap Keuter
2006-02-27
1
-2
/
+2
*
from dieder:
Anders Broman
2006-02-27
1
-1
/
+1
*
From dider
Anders Broman
2006-02-27
2
-8
/
+22
*
ooops, my latest changes doesn't seem to follow the DTD strictly ...
Ulf Lamping
2006-02-27
1
-0
/
+2
*
Add extention bit if per internal fields shown.
Anders Broman
2006-02-27
1
-1
/
+3
*
From: Florent Drouin:
Anders Broman
2006-02-27
1
-7
/
+13
*
- Some more comments
Luis Ontanon
2006-02-27
2
-19
/
+23
*
a complete rewrite of the Win32 installation procedure description with a ste...
Ulf Lamping
2006-02-26
1
-269
/
+329
*
add a possible solution (add another package using cygwin) if a tool wasn't f...
Ulf Lamping
2006-02-26
1
-1
/
+1
*
Fix bounds error.
Jaap Keuter
2006-02-25
1
-1
/
+1
*
The semantics of luaL_checkudata() change between 5.0 and 5.1 (the later trig...
Luis Ontanon
2006-02-25
3
-11
/
+13
*
Add asn1 to the clean target
Anders Broman
2006-02-25
1
-0
/
+3
*
From Martin Mathieson
Anders Broman
2006-02-25
2
-0
/
+2
*
From Martin Mathieson:
Anders Broman
2006-02-25
1
-7
/
+14
*
- elua_proto
Luis Ontanon
2006-02-25
3
-147
/
+261
*
Remove references to README.tvbuff. The Makefile.am should fix the
Jörg Mayer
2006-02-25
3
-5
/
+0
*
an error return was missing a pcap_close() call
Ulf Lamping
2006-02-25
1
-1
/
+3
*
update some comments, as dumpcap no longer uses console window stuff
Ulf Lamping
2006-02-25
1
-21
/
+2
*
add the dumpcap manpage to the menu
Ulf Lamping
2006-02-24
3
-0
/
+5
*
Remove obsolete document README.tvbuff
Jaap Keuter
2006-02-24
2
-236
/
+4
*
Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment.
Jaap Keuter
2006-02-24
1
-1
/
+1
*
I changed some vanames and did not compile...
Luis Ontanon
2006-02-24
2
-5
/
+5
*
svn propset ...
Jörg Mayer
2006-02-24
0
-0
/
+0
*
finish adding the tethereal's funnel.
Luis Ontanon
2006-02-24
1
-0
/
+4
*
Add the (still unfinished) tethereal side of the funnel.
Luis Ontanon
2006-02-24
2
-0
/
+155
*
Print an error when we detect memory corruption. Fix a typo in a comment.
Gerald Combs
2006-02-23
1
-5
/
+5
*
Fix bug 765. ARMBER -> AMBER
Jaap Keuter
2006-02-23
1
-6
/
+6
*
The task management flags in FCP are very useful to display since they convey...
Ronnie Sahlberg
2006-02-23
1
-23
/
+30
*
create a real function to emulate g_strlcat() for GTK<2
Ronnie Sahlberg
2006-02-23
2
-8
/
+15
*
when including menu.h we also need to include stdio.h to get FILE
Ronnie Sahlberg
2006-02-23
1
-0
/
+1
*
Fix bug 764. Always initialize the members of the tuple on creation.
Jaap Keuter
2006-02-23
1
-0
/
+1
*
Fix bug 741. Menu/Toolbar follow auto scroll checkbox in capture options.
Jaap Keuter
2006-02-23
1
-0
/
+2
*
Mark 3GPP AVP:s as Vendor specific.
Anders Broman
2006-02-23
2
-30
/
+99
[next]