aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmpp.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-25From Jakub Zawadzki:Anders Broman1-8/+3
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-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-12/+12
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-5/+5
2008-09-02Cleanup related to prefs & proto_reg_handoffBill Meier1-18/+7
2008-01-22Don't update COL_INFO at all if not claiming the packet as CMPP. Add a (guess...Jeff Morriss1-11/+8
2008-01-17Strengthen heuristics a little bit, remove a useless variable, put COL_INFO c...Jeff Morriss1-10/+14
2008-01-17Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2206 : don't write int...Jeff Morriss1-2/+2
2008-01-10From Andy Chu: A dissector for China Mobile Point to Point (cmpp) protocol,Jeff Morriss1-0/+1007