aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-6/+6
2015-06-22Refactor RTD stats.Michael Mann1-0/+99
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-6/+5
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-1/+1
2015-01-25Cleanup:Bill Meier1-95/+97
2015-01-23Remove incorrect 'if (tree)'Bill Meier1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-11-26[MGCP] When changing tvb_length(tvb) -> tvb_reported_length(tvb) it turnsAndersBroman1-4/+4
2014-11-21Replace tvb_length()AndersBroman1-10/+10
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-3/+2
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-7/+7
2014-09-30packet-mgcp.[hc]: Various changes:Bill Meier1-379/+397
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-2/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-15emem -> wmemPascal Quantin1-8/+8
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+0
2013-08-27From Hadar Shoham via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9076 :Pascal Quantin1-0/+18
2013-03-12Use explicit casts.Anders Broman1-8/+8
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-1/+1
2012-10-26Revert revision 44921.Evan Huus1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+1
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-7/+3
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-1/+1
2011-04-16Fix the warnings in Coverity CIDs 606-608.Gerald Combs1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
2010-09-15Missed this one (check_col() removal)Martin Mathieson1-29/+17
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-2/+2
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-10-11Switch over to using seasonal memory since the mgcp dissector was using g_mem...Kovarththanan Rajaratnam1-26/+6
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam1-1/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1