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
*
From David Fort: DNS DSS RR support.
Guy Harris
2003-11-26
3
-3
/
+54
*
Speed updates
Ronnie Sahlberg
2003-11-26
2
-97
/
+53
*
From Patrick Kursawe: rename "getline()" so it doesn't collide with the
Guy Harris
2003-11-26
3
-5
/
+7
*
From Jaime Fournier: fix a typo.
Guy Harris
2003-11-26
1
-2
/
+2
*
From Reinhard Speyerer: handle 10-digit UCP dates, which lack a seconds
Guy Harris
2003-11-25
3
-1
/
+5
*
As with fvalue_t, so with field_info and item_label - the individual
Guy Harris
2003-11-25
1
-13
/
+33
*
Individual fvalue_t's aren't individually allocated with "g_malloc()",
Guy Harris
2003-11-25
1
-10
/
+22
*
From Anders Broman: add more SIP headers, and the PUBLISH method.
Guy Harris
2003-11-25
1
-102
/
+297
*
replace free_node_field_info with a macro since it is only called from one ot...
Ronnie Sahlberg
2003-11-25
1
-8
/
+5
*
rename FREE_FIELD_INFO to FIELD_INFO_FREE for consistency
Ronnie Sahlberg
2003-11-25
1
-3
/
+3
*
create a FIELD_INFO_NEW for consistency
Ronnie Sahlberg
2003-11-25
1
-14
/
+16
*
remove another slow GMemChunk from ethereal making ethereal a little bit faster
Ronnie Sahlberg
2003-11-25
5
-36
/
+61
*
change free_field_info to FREE_FIELD_INFO to indicate it is a macro and not a...
Ronnie Sahlberg
2003-11-25
1
-3
/
+3
*
fvalue_free() is one of the most called functions.
Ronnie Sahlberg
2003-11-25
8
-89
/
+86
*
Change the handling of temporary allocation of fvalue_t structures to be faster.
Ronnie Sahlberg
2003-11-25
2
-81
/
+85
*
From Jaime Fournier: show the RPC version of the unknown interface in
Guy Harris
2003-11-25
1
-11
/
+7
*
From Jamie Fournier: DCE RPC EPM version 4 support, and stub support for
Guy Harris
2003-11-25
7
-3
/
+1024
*
"file_seek()" sets "*err" - we don't have to set it ourselves.
Guy Harris
2003-11-25
1
-13
/
+4
*
"file_seek()" sets "*err" - there's no need to set it ourselves. It
Guy Harris
2003-11-25
1
-15
/
+7
*
Fix a typo.
Guy Harris
2003-11-25
1
-2
/
+2
*
Eliminate compiler warnings.
Guy Harris
2003-11-24
1
-15
/
+15
*
Make the recent epan/proto.{c,h} change compile.
Guy Harris
2003-11-24
10
-60
/
+60
*
Preserve 62 as an (old) IP protocol type for mobility headers.
Guy Harris
2003-11-24
3
-4
/
+17
*
performance enhancement to proto.c
Ronnie Sahlberg
2003-11-24
2
-23
/
+69
*
bugfix: corrected clean and distclean targets
Ulf Lamping
2003-11-24
1
-5
/
+5
*
From Scott Hovis :CCSDS (Consultative Committee for Space Data Systems)
Guy Harris
2003-11-24
5
-2
/
+268
*
From Anders Broman: fix dissection of GRS/GRA messages.
Guy Harris
2003-11-24
1
-3
/
+3
*
Include the BFD dissector when building with MSVC++.
Guy Harris
2003-11-23
1
-1
/
+2
*
From Hannes Gredler: Add support for Bi-directional Fault Detection (BFD).
Gerald Combs
2003-11-23
3
-1
/
+276
*
- Bugfix: Passworddecoding should only be done for attribute 2, but
Jörg Mayer
2003-11-22
1
-9
/
+23
*
Change the way signalType is dissected to be
Ronnie Sahlberg
2003-11-22
1
-2
/
+19
*
From Martti Kuparinen: use correct values for Mobile IPv6.
Guy Harris
2003-11-22
2
-7
/
+7
*
As per Guys suggestion, continue optimizing proto.c to macroize it
Ronnie Sahlberg
2003-11-22
1
-50
/
+37
*
From Olivier Biot: fix up the description of the
Guy Harris
2003-11-21
1
-3
/
+4
*
From Olivier Biot:
Guy Harris
2003-11-21
1
-46
/
+95
*
From Olivier Biot:
Guy Harris
2003-11-21
3
-28
/
+192
*
From Eric Wedel: fix dissection of NetServerDiskEnum reply.
Guy Harris
2003-11-21
3
-1
/
+14
*
From Lars Ruoff: use the pointer to the RTP payload, rather than
Guy Harris
2003-11-21
1
-2
/
+2
*
Performance fix
Ronnie Sahlberg
2003-11-21
2
-16
/
+35
*
A "handle_t" as the first argument to a call doesn't seem to be sent
Guy Harris
2003-11-21
1
-19
/
+4
*
Maybe the problem is that the compilers used on AIX weren't defining
Guy Harris
2003-11-21
1
-4
/
+4
*
Pass "strncmp()" the right number of arguments. (Why hasn't anybody
Guy Harris
2003-11-21
1
-4
/
+4
*
From Jamie Fournier: add the UUID to the Info column for datagram calls.
Guy Harris
2003-11-21
1
-3
/
+9
*
From Jamie Fournier: DCERPC RS_PLCY support.
Guy Harris
2003-11-21
4
-3
/
+104
*
The 32-bit integer at the beginning of a context_handle is called
Guy Harris
2003-11-21
2
-6
/
+15
*
From Lars Roland:
Guy Harris
2003-11-20
7
-35
/
+69
*
#if 0-out some no-longer-used routines.
Guy Harris
2003-11-20
1
-6
/
+12
*
From Olivier Biot: add support for media type
Guy Harris
2003-11-20
1
-1
/
+4
*
From Martin Mathieson:
Guy Harris
2003-11-20
1
-30
/
+95
*
From Olivier Biot:
Guy Harris
2003-11-20
1
-237
/
+126
[next]