aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-megaco.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* remove unnecessary underscores from display filtersMichael Mann2012-08-011-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Use dscp_vals_ext everyplace (instead of dscp_vals);Bill Meier2012-06-111-1/+2
* No leading whitespaces in the INFO column.Michael Tüxen2012-05-171-3/+16
* Add support for specifying an SCTP port number.Michael Tüxen2012-05-171-2/+18
* From Bodo Petermann:Anders Broman2012-04-261-16/+28
* Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki2012-04-181-1/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-03-101-90/+2
* Fix some typos.Chris Maynard2012-01-131-11/+11
* Accpet lover case Topology descriptor (tp) as we accept other tokens in lower...Anders Broman2011-12-061-7/+17
* Fix length of Error parameter.Anders Broman2011-12-061-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-15/+15
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier2011-07-131-20/+8
* Make TVBs opaque for most users.Jeff Morriss2011-05-271-1/+1
* Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier2011-05-201-0/+2
* Don't create a subtree that is not used.Jeff Morriss2011-04-221-4/+3
* Don't assign to a variable if the value won't be used: Coverity 964 & 965;Bill Meier2011-04-111-2953/+2952
* from Václav Horčák:Anders Broman2011-02-081-8/+14
* From Václav Horčák:Anders Broman2011-02-041-47/+86
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-5/+5
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* From Didier Gautheron:Anders Broman2009-10-061-2/+4
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-241-26/+13
* Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2009-08-091-1/+0
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-69/+69
* Apply some of the patches from:Anders Broman2009-05-131-4/+2
* Define certain fcns as static (if not used externally).Bill Meier2009-03-291-28/+27
* Fix inverted interpretation of global_megaco_dissect_tree.Balint Reczey2009-03-131-1/+1
* Show topology descriptor using unescaped whitespaces.Balint Reczey2008-12-301-1/+1
* Do not dissect descriptors twice after topology descriptor.Balint Reczey2008-12-301-2/+2
* Fixed topology descriptor dissection.Balint Reczey2008-12-301-4/+13
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-201-1/+1
* Try to dissect the Topology Descriptor before the commandBalint Reczey2008-10-301-0/+30
* fixes some parsing errors revealed by fuzz testsBalint Reczey2008-10-291-1/+13
* Fix some imdentationBill Meier2008-09-171-2/+2
* Minor cleanup related to proto_reg_handoffBill Meier2008-09-171-37/+31
* packet-megaco.c:2208: warning: unused parameter 'pinfo'Anders Broman2008-07-301-1/+1
* From Mike Davies:Anders Broman2008-07-301-20/+49
* Don't use proto_tree_add_string_hidden() any more: it's deprecated.Jeff Morriss2008-07-231-10/+17
* Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris2008-06-251-1/+1
* If H.248 is in otp internal format call the h248_otp dissector, work in progr...Anders Broman2008-05-161-0/+16
* Fix some of the Errors/warnings detected by checkapi.Bill Meier2008-05-151-5/+10
* Remove:Anders Broman2008-04-091-4/+0
* Removed even more "statement not reached" warnings.Stig Bjørlykke2008-02-071-6/+0
* Move the routines tvb_skip_wsp() to tvbuff.cAnders Broman2007-12-091-89/+89
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-1/+5
* Keep the MEGACO dissector from looping on a malformed events descriptor.Gerald Combs2007-11-141-69/+70