aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-juniper.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-1/+1
2011-06-23Add a protocol decode.etxrab1-0/+5
2011-05-10Fix two cases of dead code reported by Coverity as CID 376.cmaynard1-20/+6
2011-03-24Fix a compile warning: unused variablewmeier1-1/+1
2011-03-24Don't assign to a proto_item* if the value won't be used: Coverity 942-951wmeier1-107/+106
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-13/+13
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-4/+4
2009-08-09Don't guard col_clear with col_checkkrj1-20/+10
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-24/+12
2009-05-26Misc dissector cleanup:wmeier1-621/+621
2008-02-07Removed even more "statement not reached" warnings.stig1-4/+0
2007-04-19From Hannes Gredler:richardv1-1/+1
2006-08-17From Hannes Gredler:etxrab1-0/+34
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-02-09Hannes Gredler:jmayer1-21/+66
2006-01-12FromHannes Gredleretxrab1-40/+48
2005-12-19Add support for Juniper GGSN generated pcap files.lego1-4/+43
2005-12-12Use "guint" instead of "u_int".gerald1-1/+1
2005-12-12From Hannes Gredleretxrab1-12/+312
2005-09-20From Hannes Gredler:etxrab1-11/+211
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-3/+3
2005-08-12From Hannes Gredleretxrab1-46/+236
2005-07-28Warning fixesjmayer1-1/+1
2005-07-26From Hannes Gredler:etxrab1-65/+286
2005-05-11From Hannes Gredlersahlberg1-67/+118
2005-02-01removed MSVC warnings:ulfl1-2/+2
2005-01-29Put the dissection of the payload at the top level.guy1-32/+46
2005-01-20Make some routines static that aren't used outside this module.guy1-9/+9
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.guy1-0/+422