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
/
epan
/
expert.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefix all "Wireshark application specific" display filters with a "_ws." to ...
Michael Mann
2013-10-09
1
-5
/
+5
*
Couldn't quite figure out how to make the expert items in proto.c and the LUA...
Michael Mann
2013-09-08
1
-2
/
+2
*
Remove expert_add_undecoded_item in favor of proto_tree_add_expert.
Michael Mann
2013-09-01
1
-13
/
+0
*
Completely remove support for proto_item_set_expert_flags.
Michael Mann
2013-08-05
1
-3
/
+11
*
Remove unused data structures from new expert code. Cleans up another ~17KB
Evan Huus
2013-07-06
1
-29
/
+1
*
Allocate expert protocol structs with wmem, cleans up a few KB of leaks in
Evan Huus
2013-07-06
1
-1
/
+2
*
Fix the use of va_args in the new expert code. Passing a va_list to a ... is
Evan Huus
2013-07-05
1
-1
/
+5
*
Differentiate "Disabled" from "Unknown" and provide macros for the enumerated...
Michael Mann
2013-07-02
1
-4
/
+4
*
Add proto_tree_add_expert and proto_tree_add_expert_format. This was added t...
Michael Mann
2013-07-02
1
-2
/
+44
*
Cache the malformed filter instead of looking it up each time a malformed pac...
Michael Mann
2013-07-02
1
-1
/
+4
*
inform expert info layer about the current number of packet comments
Martin Kaiser
2013-06-20
1
-0
/
+7
*
Ensure most severe is displayed in expert column. Bug 7733 (https://bugs.wir...
Michael Mann
2013-05-24
1
-1
/
+4
*
expert_add_info(): we can't use va_start()/va_end() so don't try to use a va_...
Jeff Morriss
2013-05-24
1
-3
/
+1
*
expert_add_info() doesn't take a variable number of args; don't use va_start(...
Jeff Morriss
2013-05-24
1
-4
/
+2
*
Add expert info configuration framework. Bug 2412 (https://bugs.wireshark.or...
Michael Mann
2013-05-24
1
-7
/
+194
*
From beroset:
Bill Meier
2013-03-20
1
-1
/
+1
*
Move expert_group_vals expert_severity_vals constant definitions to expert.h
Balint Reczey
2013-03-02
1
-25
/
+0
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Add a missing NULL check pointed out by Jakub.
Gerald Combs
2012-08-10
1
-1
/
+1
*
Make the corresponding packet_info available to each tree item. This
Gerald Combs
2012-08-10
1
-2
/
+5
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix compiler warning: "format not a string literal and no format arguments"
Bill Meier
2012-06-27
1
-2
/
+2
*
Don't show (essentially meaningless) numeric values of the expert codes.
Bill Meier
2012-06-27
1
-2
/
+5
*
Display expert codes in hexadecimal (less painful for my eyes :))
Pascal Quantin
2012-06-26
1
-2
/
+2
*
Followup to r43176, r43177, r43178, and r43179: prohibit FT_*INT*
Jeff Morriss
2012-06-20
1
-2
/
+2
*
Use the expert system to show packet comments.
Anders Broman
2012-03-02
1
-0
/
+2
*
Treat expert info as a <field> instead of a <proto> when exporting to pdml.
Chris Maynard
2011-12-14
1
-1
/
+4
*
Use ENC_NA for FT_PROTOCOL.
Stig Bjørlykke
2011-07-19
1
-1
/
+1
*
Revert r37702 in favour of r37705 for bug 6035.
Stig Bjørlykke
2011-06-19
1
-2
/
+2
*
Use BASE_DEC for expert.group and expert.severity.
Stig Bjørlykke
2011-06-18
1
-2
/
+2
*
Use PI_UNDECODED instead.
Anders Broman
2011-05-25
1
-1
/
+1
*
Add a convinience function to add expert warnings for not dissected items.
Anders Broman
2011-05-25
1
-0
/
+12
*
Make frames containing Malformed expert items match with "malformed" display ...
Martin Mathieson
2010-07-16
1
-0
/
+7
*
Clean up implementation.
Jaap Keuter
2010-02-27
1
-48
/
+42
*
Fix a double-free bug which was causing a crash. Our decryption buffer
Gerald Combs
2010-01-19
1
-2
/
+2
*
Added expert info group PI_PROTOCOL.
Stig Bjørlykke
2009-12-18
1
-0
/
+1
*
Whitespace changes
Bill Meier
2009-09-30
1
-21
/
+22
*
Modified extarct from Didier Gautheron:
Anders Broman
2009-09-13
1
-17
/
+26
*
Split a bunch of init routines into init() and cleanup(). This allows us to f...
Kovarththanan Rajaratnam
2009-09-06
1
-6
/
+4
*
Add PTREE_FINFO and use PITEM_FINFO when possible.
Kovarththanan Rajaratnam
2009-08-09
1
-1
/
+1
*
Added missing PI_DEBUG to expert_group_vals[].
Stig Bjørlykke
2009-06-04
1
-1
/
+2
*
From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];
Bill Meier
2009-03-18
1
-4
/
+1
*
From Jakub Zawadzki and me (bug 3283):
Stig Bjørlykke
2009-03-09
1
-0
/
+55
*
- add a column for the expert info severity level
Ulf Lamping
2007-07-23
1
-0
/
+3
*
Fix about 150 warnings new to gcc 4.0 in the error on warning directories.
Stephen Fisher
2007-03-23
1
-1
/
+1
*
move value_strings from expert_dialogs into expert.c to remove duplicates
Ulf Lamping
2006-08-31
1
-1
/
+39
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
Assure that pinfo is a valid pointer. Related to Coverity CID 112
Jaap Keuter
2006-03-12
1
-2
/
+2
*
Don't se_leak expert_info records.
Luis Ontanon
2006-02-13
1
-3
/
+3
*
from Greg Morris:
Ulf Lamping
2005-11-25
1
-0
/
+2
[next]