aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vines.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-13Start itemizing.Jörg Mayer1-29/+52
svn path=/trunk/; revision=41011
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-3/+3
svn path=/trunk/; revision=39764
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-9/+9
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriateJörg Mayer1-9/+9
svn path=/trunk/; revision=38746
2011-02-11Rename vines_to_str() to tvb_vines_to_str() and make it take a pointer a TVBJeff Morriss1-10/+109
and an offset instead of (generally) a pointer into a TVB. Move most of the contents of packet-vines.h into packet-vines.c: the moved content is only needed in that file. svn path=/trunk/; revision=35912
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-1/+1
Export tvb_*_to_str() and put them in alphabetical order. svn path=/trunk/; revision=35602
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-16/+16
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2009-11-09Removed an unused variable.Stig Bjørlykke1-2/+0
svn path=/trunk/; revision=30884
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-6/+6
svn path=/trunk/; revision=29446
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-18/+9
svn path=/trunk/; revision=29344
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-26/+13
svn path=/trunk/; revision=29340
2009-06-19Replace my email address by a reference to AUTHORSJörg Mayer1-1/+1
svn path=/trunk/; revision=28775
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-28/+28
svn path=/trunk/; revision=26652
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-4/+4
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-09-15remove some redundant strcpy()Ronnie Sahlberg1-6/+6
svn path=/trunk/; revision=15823
2005-08-05More char -> const char warning fixesJörg Mayer1-6/+6
svn path=/trunk/; revision=15222
2005-03-26Make sure we have enough bytes in our tvbuff to dissect our header.Gerald Combs1-1/+1
svn path=/trunk/; revision=13925
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
svn path=/trunk/; revision=12130
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1661
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410