aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rfc2190.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-05-27Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-7/+7
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-304/+314
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-01Use proto_tree_add_item() in a couple of places, show bit fieldsAnders Broman1-33/+44
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-20/+20
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-9/+3
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-09-26Minor cleanups related to proto_reg_handoffBill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-2/+0
2008-05-08Stop using deprecated functions identified by checkAPIs script.Martin Mathieson1-1/+1
2008-04-15i'm an idiot. we don't need to dissect data unless tree is non-NULL.Richard van der Hoff1-83/+96
2008-04-15rename header fields so that they can be distinguished from the h.263 onesRichard van der Hoff1-117/+114
2008-04-15split the various bits of h263 dissector into separate files, so that weRichard van der Hoff1-0/+523