aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iuup.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-05-10Add parenthesis to clarify intent.Martin Mathieson1-3/+3
2012-01-20Fix some duplicate display filter names.Chris Maynard1-18/+12
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-63/+57
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-2/+2
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-2/+2
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+0
2011-03-27Added a missing break.Stig Bjørlykke1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-14Minor cleanup:Bill Meier1-107/+107
2010-01-03Changed abbrev for spare bytes.Stig Bjørlykke1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-19From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-121/+121
2008-10-30Slight rework related to proto_register & proto_reg_handoff;Bill Meier1-23/+23
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-09-03guint8, not gchar, is the appropriate type for a byte.Guy Harris1-2/+2
2007-07-18Fix two Windows compile warningsBill Meier1-1/+1
2007-07-17get crc10 and crc6 out of packet-iuup.c Luis Ontanon1-92/+52
2007-04-24proto_tree_add_bits -> iuup_proto_tree_add_bits as discussedJörg Mayer1-2/+2
2007-03-22Try to squelch another couple of MSVC warnings.Martin Mathieson1-2/+2
2007-02-19From Kriang Lerdsuwanakij:Stephen Fisher1-6/+6
2007-01-03Some cleanup of the source.Jaap Keuter1-14/+13
2007-01-03From Peter Vestman:Anders Broman1-13/+143
2006-08-22Fix iuup.delta FT_ type mismatchMartin Mathieson1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-25Bind IuUP to RTPLuis Ontanon1-5/+37
2005-12-09Fix ...$ to : $Jörg Mayer1-1/+1
2005-11-22Trivial warning fixesJörg Mayer1-1/+2
2005-10-25some ies in the init proc weren't propperly decoded.Luis Ontanon1-27/+33
2005-10-24- optionally decode data pdusLuis Ontanon1-91/+140
2005-10-16make sure ta is signed before operatingLuis Ontanon1-1/+1
2005-10-16On windows:Luis Ontanon1-2/+2
2005-10-16IuUPLuis Ontanon1-0/+840