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...wmeier1-14/+14
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2008-09-23Minor changes related to proto_reg_handoff & pref rangeswmeier1-3/+2
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)wmeier1-1/+1
2008-03-01From Steve via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2278 : deco...morriss1-9/+9
2007-01-28From Kriang Lerdsuwanakij:lego1-16/+52
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.jmayer1-2/+2
2005-06-17- fix a bug I introduced by copy pasting an incorrect offset of some itemslego1-19/+24
2005-06-06- add an hf entry I forgotlego1-6/+9
2005-06-03fix the PDU list, and put it at the bottomlego1-3/+2
2005-06-03- add a way to call the sscop dissector with an arbitrary handle\lego1-46/+68
2004-11-24From Jeff Morriss: SSCOP over UDP and SSCF-NNI support.guy1-16/+92
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+332