aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vj.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-06Remove packet-vj.c as it does not appear to be under a license we can use.Evan Huus1-879/+0
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-7/+6
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+2
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-19From beroset:Anders Broman1-5/+5
2013-02-19According to wikipedia, the A6M was outdated by 1944. Let it rest in peace.Chris Maynard1-11/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-01-26Fix gcc -Wshadow warning Bill Meier1-12/+26
2010-01-02From Jakub Zawadzki:Anders Broman1-3/+1
2009-10-06From Didier Gautheron:Anders Broman1-0/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-20/+10
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
2009-01-28Minor changes mostly related to proto_register & proto_reg_handoff;Bill Meier1-79/+79
2009-01-08Fix for bug 2902:Jaap Keuter1-2/+2
2007-05-01Fetch IP and TCP length values directly instead of casting the data bufferGerald Combs1-7/+5
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-12gmemchunk -> se_alloc() updatesRonnie Sahlberg1-13/+4
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2004-12-24Note the RFC that describes VJ compression.Guy Harris1-1/+1
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+900