aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-25Extern (and use) extended value string instead of the associated value string...wmeier1-2/+2
2012-08-10Use val_to_str_const() where appropriate;wmeier1-1/+1
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-5/+5
2011-10-26Fix some proto_tree_add_item() encoding args.wmeier1-9/+9
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-19Fix several benign instances wherein proto_tree_add_[uint|boolean]() was inte...wmeier1-1/+1
2011-10-19More conversions of proto_tree_add_item() 'encoding' argwmeier1-29/+29
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-3/+0
2011-03-27Added some missing breaks.stig1-0/+2
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-298/+288
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2009-10-27From Francesco Fondelli:etxrab1-306/+305
2009-10-02From Francesco Fondelli:jake1-21/+30
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-22From Kovarththanan Rajaratnam:stig1-177/+177
2009-06-22From Kovarththanan Rajaratnam:stig1-645/+645
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-4/+4
2008-08-14Use const with value_string array definitionswmeier1-2/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-2/+5
2008-04-15From Roberto Morro:jake1-12/+619
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-20From Hannes Gredler:jake1-9/+9
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-2/+2
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-06-21terminate some value_strings properly with a {0,NULL}sahlberg1-0/+6
2005-06-16Register "version" as an obsolete preference, so it's silently ignored,guy1-0/+2
2005-06-15Fix a couple of infinite loops found by Buildbot. Were the recentgerald1-0/+4
2005-06-04fix #225-#231: the enum lmp_filter_keys contained holes, so the logic to dete...ulfl1-1/+4
2005-06-02Updated LMP to handle the latest protocol. Removed old protocol valuesashokn1-1513/+1263
2005-03-23Audit for TLV loops that don't check the length to make sure it's largeguy1-23/+37
2005-03-23buildbot reported bug fixed: prevent an endless loopulfl1-1/+6
2004-12-17When the LMP dissector rejects a packet because it {is, isn't} UDP, letguy1-12/+22
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-28Move various checksum routines and headers to epan.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2306