aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tpg/packet-http.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+1
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handle for pluginsMichael Mann1-3/+3
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-17emem -> wmemPascal Quantin1-1/+3
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris1-3/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-05-26Add SVN Id and GPL. Minor whitespace cleanup.Chris Maynard1-23/+43
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2005-10-01one step further... Luis Ontanon1-2/+3
2005-10-01match changes to tpg infrastructure.Luis Ontanon1-1/+5
2005-09-29this struct moved to tvbparse.cLuis Ontanon1-6/+0
2005-09-29at this point this makes a good parser for http headers...Luis Ontanon1-18/+45
2005-09-27A "working" example of TPG...Luis Ontanon1-0/+98