aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sscop.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-2/+4
2015-04-07Add proper "Decode As" mechanism for AAL2 instead of preference.Michael Mann1-0/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-09-30packet-sscop.c: various:Bill Meier1-136/+151
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-4/+7
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-3/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+1
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-18/+2
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
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
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-14/+14
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-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
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-8/+8
2008-09-23Minor changes related to proto_reg_handoff & pref rangesBill Meier1-3/+2
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)Bill Meier1-1/+1
2008-03-01From Steve via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2278 : deco...Jeff Morriss1-9/+9
2007-01-28From Kriang Lerdsuwanakij:Luis Ontanon1-16/+52
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-2/+2
2005-06-17- fix a bug I introduced by copy pasting an incorrect offset of some itemsLuis Ontanon1-19/+24
2005-06-06- add an hf entry I forgotLuis Ontanon1-6/+9
2005-06-03fix the PDU list, and put it at the bottomLuis Ontanon1-3/+2
2005-06-03- add a way to call the sscop dissector with an arbitrary handle\Luis Ontanon1-46/+68
2004-11-24From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.Guy Harris1-16/+92
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+332