aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-megaco.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-03Fix an infinite loop when the line has no lengthEvan Huus1-1/+1
2014-07-10Quick fix to handle IEPS token.AndersBroman1-4/+16
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-14/+10
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-79/+35
2014-04-03Use ENC_UTF_8 for strings, it's faster and *should* be OK.AndersBroman1-15/+15
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-13/+13
2013-09-02Batch of filterable expert info.Michael Mann1-14/+20
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-6/+4
2013-08-04Convert proto_item_set_expert_flags to "filterable" items in alcap dissector....Michael Mann1-1/+10
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-18/+9
2013-05-09Coverity 1011110: Unused pointer valueMartin Kaiser1-1/+0
2013-04-24convert some proto_tree_add_texts into expert_add_info_format. Didn't quite ...Michael Mann1-15/+15
2013-03-12Use explicit casts.Anders Broman1-8/+8
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-22/+22
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-11/+33
2012-12-26Fix a bunch of warnings.Guy Harris1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-11Use dscp_vals_ext everyplace (instead of dscp_vals);Bill Meier1-1/+2
2012-05-17No leading whitespaces in the INFO column.Michael Tüxen1-3/+16
2012-05-17Add support for specifying an SCTP port number.Michael Tüxen1-2/+18
2012-04-26From Bodo Petermann:Anders Broman1-16/+28
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-1/+1
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-90/+2
2012-01-13Fix some typos.Chris Maynard1-11/+11
2011-12-06Accpet lover case Topology descriptor (tp) as we accept other tokens in lower...Anders Broman1-7/+17
2011-12-06Fix length of Error parameter.Anders Broman1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-15/+15
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-20/+8
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-1/+1
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-0/+2
2011-04-22Don't create a subtree that is not used.Jeff Morriss1-4/+3
2011-04-11Don't assign to a variable if the value won't be used: Coverity 964 & 965;Bill Meier1-2953/+2952
2011-02-08from Václav Horčák:Anders Broman1-8/+14
2011-02-04From Václav Horčák:Anders Broman1-47/+86
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-06From Didier Gautheron:Anders Broman1-2/+4
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-26/+13
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1