aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lmp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-12LMP dissector can't be called by anything but UDP, so no need to check that.Michael Mann1-8/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-07-09Batch of filterable expert infos.Michael Mann1-3/+6
2013-07-02Remove dependency on proto_malformed as it should be encapsulated in expert i...Michael Mann1-9/+7
2013-05-27Batch of filterable expert infosMichael Mann1-1/+13
2013-04-24Add a few IP filterable fields to make checkAPIs.pl happy. It appears that "...Michael Mann1-51/+78
2013-03-14From beroset:Anders Broman1-28/+28
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-25Extern (and use) extended value string instead of the associated value string...Bill Meier1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-19Fix RVALS() macro usagepascal1-5/+5
2011-10-26Fix some proto_tree_add_item() encoding args.Bill Meier1-9/+9
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-19Fix several benign instances wherein proto_tree_add_[uint|boolean]() was inte...Bill Meier1-1/+1
2011-10-19More conversions of proto_tree_add_item() 'encoding' argBill Meier1-29/+29
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+0
2011-03-27Added some missing breaks.Stig Bjørlykke1-0/+2
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-298/+288
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-10-27From Francesco Fondelli:Anders Broman1-306/+305
2009-10-02From Francesco Fondelli:Jaap Keuter1-21/+30
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-177/+177
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-645/+645
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
2008-08-14Use const with value_string array definitionsBill Meier1-2/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+5
2008-04-15From Roberto Morro:Jaap Keuter1-12/+619
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-20From Hannes Gredler:Jaap Keuter1-9/+9
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-2/+2
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-06-21terminate some value_strings properly with a {0,NULL}Ronnie Sahlberg1-0/+6
2005-06-16Register "version" as an obsolete preference, so it's silently ignored,Guy Harris1-0/+2
2005-06-15Fix a couple of infinite loops found by Buildbot. Were the recentGerald Combs1-0/+4