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