aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-juniper.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-16Remove a bunch more set-but-no-longer-used variables.Jeff Morriss1-2/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+1
2013-09-12More dissector table name related changes (a continuation of r51904).Chris Maynard1-3/+3
2013-03-23From Prafulla Harpanhalli via https://bugs.wireshark.org/bugzilla/show_bug.cg...Evan Huus1-0/+34
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-10PPP_OSICP -> PPP_OSINLCPChris Maynard1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-06-23Add a protocol decode.Anders Broman1-0/+5
2011-05-10Fix two cases of dead code reported by Coverity as CID 376.Chris Maynard1-20/+6
2011-03-24Fix a compile warning: unused variableBill Meier1-1/+1
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 942-951Bill Meier1-107/+106
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-13/+13
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-4/+4
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-20/+10
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-24/+12
2009-05-26Misc dissector cleanup:Bill Meier1-621/+621
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-4/+0
2007-04-19From Hannes Gredler:Richard van der Hoff1-1/+1
2006-08-17From Hannes Gredler:Anders Broman1-0/+34
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-02-09Hannes Gredler:Jörg Mayer1-21/+66
2006-01-12FromHannes GredlerAnders Broman1-40/+48
2005-12-19Add support for Juniper GGSN generated pcap files.Luis Ontanon1-4/+43
2005-12-12Use "guint" instead of "u_int".Gerald Combs1-1/+1
2005-12-12From Hannes GredlerAnders Broman1-12/+312
2005-09-20From Hannes Gredler:Anders Broman1-11/+211
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-3/+3
2005-08-12From Hannes GredlerAnders Broman1-46/+236
2005-07-28Warning fixesJörg Mayer1-1/+1
2005-07-26From Hannes Gredler:Anders Broman1-65/+286
2005-05-11From Hannes GredlerRonnie Sahlberg1-67/+118
2005-02-01removed MSVC warnings:Ulf Lamping1-2/+2
2005-01-29Put the dissection of the payload at the top level.Guy Harris1-32/+46
2005-01-20Make some routines static that aren't used outside this module.Guy Harris1-9/+9
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris1-0/+422