aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lmp.c
AgeCommit message (Expand)AuthorFilesLines
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