aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llrp.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-09-09From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658Evan Huus1-246/+953
2012-08-28Fix a dead store and a few duplicate 'break' statements as caught byEvan Huus1-19/+33
2012-08-28Remove variadic macro that accidentally made it in a while back.Evan Huus1-26/+259
2012-08-23Don't call dissect_custom_message() when it's not initialized.Jeff Morriss1-3/+4
2012-08-23Get rid of unnecessary function pointer - just directly call theGuy Harris1-4/+1
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658Evan Huus1-128/+1916
2012-08-16'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-4/+3
2012-07-24Remove unneeded #include;Bill Meier1-17/+21
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-22/+19
2012-05-02Remove most blurbs (they do not have any added value) and fix a few typo errorspascal1-17/+17
2012-05-02From Evan Huus:Anders Broman1-0/+994