aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cops.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-30Add request/response tracking to COPS dissector. Bug 8947 (https://bugs.wire...Michael Mann1-6/+200
2013-05-25Batch of filterable expert_infos.Michael Mann1-5/+12
2013-03-15[-Wmissing-prototypes]Anders Broman1-7/+9
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-09-23Fix some unused variable warnings from GCC.Evan Huus1-2/+0
2012-09-23replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-6/+19
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-21/+21
2012-07-15Be sure to assign the return value of tvb_length_remaining() to a signed inte...Chris Maynard1-3/+7
2012-07-11Don't call col_...() and expert...() functions under 'if (tree)'Bill Meier1-40/+37
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+29
2012-05-09Get rid of one remaining Booleans-as-encoding-argument in aGuy Harris1-1/+1
2012-04-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-53/+106
2011-10-27Fix a typo.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2011-04-21Remove some unneeded #includes;Bill Meier1-2523/+2519
2011-02-23From Alexis La Goutte:Anders Broman1-1/+0
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-07-22Corrected length check for I05 Downstream Service.Stig Bjørlykke1-1/+1
2010-07-21Use correct length for I04/I05 Envelope headers.Stig Bjørlykke1-20/+20
2010-07-21Added "Attribute Aggregation Rule Mask" from PKT-SP-MM-I05-091029.Stig Bjørlykke1-145/+271
2010-07-19Removed call to check_col().Stig Bjørlykke1-14/+7
2010-07-19Added SharedResourceID.Stig Bjørlykke1-5/+30
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-02From Jared Renzullo:Jaap Keuter1-5/+155
2009-09-30From Jared Renzullo:Jaap Keuter1-0/+4
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Julián Lastiri via bug 3656:Stig Bjørlykke1-5/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-85/+85
2009-04-30From Jared Renzullo:Jaap Keuter1-15/+31
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-04-16From Jared Renzullo:Jaap Keuter1-10/+1035
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-09-02Cleanup related to prefs & proto_reg_handoffBill Meier1-13/+7
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke1-4/+4
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPGerald Combs1-0/+4
2008-02-14Initialize a tvb, so that we don't crash. Fix up whitespace.Gerald Combs1-43/+43
2008-02-07Removed a break which disabled some code.Stig Bjørlykke1-3/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-5/+4
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+3
2007-11-27Fixes from Sam Leffler:Gerald Combs1-2/+2
2007-09-13Given the opportunity I check in the changes to snmp I got in this machine.Luis Ontanon1-3/+3