aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-etch.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-4/+5
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-11/+11
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+3
2013-07-15Fix warnings: format '%blah' expects argument of type 'foo', but argument 'i'...Chris Maynard1-2/+2
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+1
2013-07-06Wmem-ify value-strings. Another ~10KB gone.Evan Huus1-1/+2
2013-04-18Add overflow check to fixEvan Huus1-0/+19
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-3/+3
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs1-3/+3
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-10-18(Trivial)Bill Meier1-21/+25
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-18Initialize all hf's to -1, not 0.Chris Maynard1-20/+20
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-1/+1
2011-04-22Cast away bogus warnings. (I begin to see why C++ has templates here,Guy Harris1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-20Use DISSECTOR_ASSERT (not g_assert) in dissectors...Bill Meier1-4/+4
2010-10-19Use dynamically created value_string_ext to store hash/symbol value_strings;Bill Meier1-139/+166
2010-10-18Don't use g_strcmp0(): it only exists in glib > 2.16.Jeff Morriss1-34/+50
2010-10-18Try to fix compile errors on 64 bit systems.Bill Meier1-1/+3
2010-10-18From Holger Grandy: ETCH dissectorBill Meier1-0/+946