aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lmp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-04fix #225-#231: the enum lmp_filter_keys contained holes, so the logic to dete...Ulf Lamping1-1/+4
2005-06-02Updated LMP to handle the latest protocol. Removed old protocol valuesAshok Narayanan1-1513/+1263
2005-03-23Audit for TLV loops that don't check the length to make sure it's largeGuy Harris1-23/+37
2005-03-23buildbot reported bug fixed: prevent an endless loopUlf Lamping1-1/+6
2004-12-17When the LMP dissector rejects a packet because it {is, isn't} UDP, letGuy Harris1-12/+22
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2306