aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vj.c
AgeCommit message (Expand)AuthorFilesLines
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