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
/
dissectors
/
packet-megaco.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
remove unnecessary underscores from display filters
Michael Mann
2012-08-01
1
-1
/
+1
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Use dscp_vals_ext everyplace (instead of dscp_vals);
Bill Meier
2012-06-11
1
-1
/
+2
*
No leading whitespaces in the INFO column.
Michael Tüxen
2012-05-17
1
-3
/
+16
*
Add support for specifying an SCTP port number.
Michael Tüxen
2012-05-17
1
-2
/
+18
*
From Bodo Petermann:
Anders Broman
2012-04-26
1
-16
/
+28
*
Fix some: 'cast discards qualifiers from pointer target type' warnings
Jakub Zawadzki
2012-04-18
1
-1
/
+1
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-03-10
1
-90
/
+2
*
Fix some typos.
Chris Maynard
2012-01-13
1
-11
/
+11
*
Accpet lover case Topology descriptor (tp) as we accept other tokens in lower...
Anders Broman
2011-12-06
1
-7
/
+17
*
Fix length of Error parameter.
Anders Broman
2011-12-06
1
-1
/
+1
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-2
/
+2
*
Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...
Bill Meier
2011-10-15
1
-15
/
+15
*
Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings
Bill Meier
2011-07-13
1
-20
/
+8
*
Make TVBs opaque for most users.
Jeff Morriss
2011-05-27
1
-1
/
+1
*
Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;
Bill Meier
2011-05-20
1
-0
/
+2
*
Don't create a subtree that is not used.
Jeff Morriss
2011-04-22
1
-4
/
+3
*
Don't assign to a variable if the value won't be used: Coverity 964 & 965;
Bill Meier
2011-04-11
1
-2953
/
+2952
*
from Václav Horčák:
Anders Broman
2011-02-08
1
-8
/
+14
*
From Václav Horčák:
Anders Broman
2011-02-04
1
-47
/
+86
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-5
/
+5
*
Remove unneeded #include <stdio.h>
Bill Meier
2010-04-03
1
-1
/
+0
*
From Didier Gautheron:
Anders Broman
2009-10-06
1
-2
/
+4
*
* Prefer col_append_str instead of col_append_fstr for constant strings
Kovarththanan Rajaratnam
2009-09-24
1
-26
/
+13
*
Don't guard col_set_str (COL_INFO) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-1
/
+0
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
From Kovarththanan Rajaratnam via bug 3548:
Stig Bjørlykke
2009-06-18
1
-69
/
+69
*
Apply some of the patches from:
Anders Broman
2009-05-13
1
-4
/
+2
*
Define certain fcns as static (if not used externally).
Bill Meier
2009-03-29
1
-28
/
+27
*
Fix inverted interpretation of global_megaco_dissect_tree.
Balint Reczey
2009-03-13
1
-1
/
+1
*
Show topology descriptor using unescaped whitespaces.
Balint Reczey
2008-12-30
1
-1
/
+1
*
Do not dissect descriptors twice after topology descriptor.
Balint Reczey
2008-12-30
1
-2
/
+2
*
Fixed topology descriptor dissection.
Balint Reczey
2008-12-30
1
-4
/
+13
*
Fix various typos and spelling errors (mostly in text strings)
Bill Meier
2008-12-20
1
-1
/
+1
*
Try to dissect the Topology Descriptor before the command
Balint Reczey
2008-10-30
1
-0
/
+30
*
fixes some parsing errors revealed by fuzz tests
Balint Reczey
2008-10-29
1
-1
/
+13
*
Fix some imdentation
Bill Meier
2008-09-17
1
-2
/
+2
*
Minor cleanup related to proto_reg_handoff
Bill Meier
2008-09-17
1
-37
/
+31
*
packet-megaco.c:2208: warning: unused parameter 'pinfo'
Anders Broman
2008-07-30
1
-1
/
+1
*
From Mike Davies:
Anders Broman
2008-07-30
1
-20
/
+49
*
Don't use proto_tree_add_string_hidden() any more: it's deprecated.
Jeff Morriss
2008-07-23
1
-10
/
+17
*
Constify a bunch of stuff, to squelch -Wwrite-strings warnings.
Guy Harris
2008-06-25
1
-1
/
+1
*
If H.248 is in otp internal format call the h248_otp dissector, work in progr...
Anders Broman
2008-05-16
1
-0
/
+16
*
Fix some of the Errors/warnings detected by checkapi.
Bill Meier
2008-05-15
1
-5
/
+10
*
Remove:
Anders Broman
2008-04-09
1
-4
/
+0
*
Removed even more "statement not reached" warnings.
Stig Bjørlykke
2008-02-07
1
-6
/
+0
*
Move the routines tvb_skip_wsp() to tvbuff.c
Anders Broman
2007-12-09
1
-89
/
+89
*
strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda
Guy Harris
2007-11-27
1
-1
/
+5
*
Keep the MEGACO dissector from looping on a malformed events descriptor.
Gerald Combs
2007-11-14
1
-69
/
+70
[next]