aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pgm.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-422/+435
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-27/+27
2014-08-09Clean up Internet checksum handling.Guy Harris1-2/+1
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-10/+14
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-25Use expert info instead of proto_tree_add_text.Michael Mann1-51/+59
2013-12-19Fix leaks where ptvcursor_free() wasn't being called.Chris Maynard1-0/+4
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-14Fix warningsJakub Zawadzki1-2/+3
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-4/+4
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-28/+28
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-15/+8
2013-03-19From beroset:Anders Broman1-3/+3
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-2/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-22Patch from DXDragon [AT] yandex.ru (using e-mail address instead of name beca...Chris Maynard1-0/+4
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...Bill Meier1-119/+119
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-19/+15
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-7/+7
2010-05-27From Steven McCoy:Jaap Keuter1-7/+22
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-19Fix gcc -Wshadow warningsBill Meier1-18/+18
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-88/+88
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-2/+2
2008-12-19Back out r27047 and r27053.Gerald Combs1-4/+4
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-4/+4
2008-09-15Fix compile errorBill Meier1-1/+0
2008-09-15'static initialized' --> 'static gboolean initialized'Bill Meier1-1/+1
2008-09-15proto_reg_handoff: rework/cleanup; fix so ports properly deleted/added.Bill Meier1-42/+43
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-4/+7
2006-07-04coverity 201Ronnie Sahlberg1-7/+0
2006-07-01Rewrite of dissector: get rid of static structures and use helper functions a...Jaap Keuter1-934/+461
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-20/+25