summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dec-dnart.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-6/+6
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-6/+3
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-9/+9
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...Kovarththanan Rajaratnam1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-51/+13
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-26/+26
2009-04-07Use some default true_false_string's.Bill Meier1-16/+11
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-14/+14
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-13/+13
2007-07-17fix a leakLuis Ontanon1-6/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-11/+0
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-1/+2
2005-11-07Fix an ftsanity.py error.Gerald Combs1-1/+1
2005-11-07Martin Hill has examined packet-dec-dnart.c and found some errors and made so...Anders Broman1-467/+508
2005-10-28Fix the bit mask for dec_dna.ctl.router_state. This should fix theGerald Combs1-172/+172
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-07-26From fred hoekstraRonnie Sahlberg1-0/+1579