aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iuup.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-3/+3
2012-01-20Fix some duplicate display filter names.cmaynard1-18/+12
2011-09-27Get rid of check_col, while at it set ENC.etxrab1-63/+57
2011-08-31Second try to move crc routines to libwsutil.stig1-2/+2
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-2/+2
2011-08-30Move all crc routines to libwsutil.stig1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-3/+0
2011-03-27Added a missing break.stig1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-14Minor cleanup:wmeier1-107/+107
2010-01-03Changed abbrev for spare bytes.stig1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-19From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-03-29Define certain fcns as static (if not used externally).wmeier1-121/+121
2008-10-30Slight rework related to proto_register & proto_reg_handoff;wmeier1-23/+23
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-09-03guint8, not gchar, is the appropriate type for a byte.guy1-2/+2
2007-07-18Fix two Windows compile warningswmeier1-1/+1
2007-07-17get crc10 and crc6 out of packet-iuup.c lego1-92/+52
2007-04-24proto_tree_add_bits -> iuup_proto_tree_add_bits as discussedjmayer1-2/+2
2007-03-22Try to squelch another couple of MSVC warnings.martinm1-2/+2
2007-02-19From Kriang Lerdsuwanakij:sfisher1-6/+6
2007-01-03Some cleanup of the source.jake1-14/+13
2007-01-03From Peter Vestman:etxrab1-13/+143
2006-08-22Fix iuup.delta FT_ type mismatchmartinm1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-25Bind IuUP to RTPlego1-5/+37
2005-12-09Fix ...$ to : $jmayer1-1/+1
2005-11-22Trivial warning fixesjmayer1-1/+2
2005-10-25some ies in the init proc weren't propperly decoded.lego1-27/+33
2005-10-24- optionally decode data pduslego1-91/+140
2005-10-16make sure ta is signed before operatinglego1-1/+1
2005-10-16On windows:lego1-2/+2
2005-10-16IuUPlego1-0/+840