summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-isakmp.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-17From Alexis La Goutte :Jaap Keuter1-5/+51
2011-02-17Fix some Visual C++ static analyzer complaints.Gerald Combs1-0/+4
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-1/+1
2011-02-04From Alexis La Goutte:Anders Broman1-2/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-02from Alexis La Goutte:Anders Broman1-50/+195
2010-10-10#include <string.h> apparently req'd on OSX ...Bill Meier1-0/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-6/+5
2010-09-23Use extended ipproto value_string (ipproto_val_ext).Bill Meier1-2/+2
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-4/+4
2010-04-29Make a variable a guint8* instead of a char* since it a) holds TVB data and b...Jeff Morriss1-1/+1
2010-04-24Dissectors aren't allowed to call g_assert()Jeff Morriss1-184/+184
2010-04-23From Alexis La Goutte:Jaap Keuter1-259/+613
2010-03-25From Alexis La Goutte:Jaap Keuter1-2/+131
2010-03-25From Alexis La Goutte:Jaap Keuter1-8/+88
2010-03-09Mark unused arguments.Guy Harris1-91/+95
2010-03-08From Alexis La Goutte:Anders Broman1-1578/+2275
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2010-02-27Add two missing headerfields which were missing in revision 32033.Jaap Keuter1-1/+9
2010-02-27Squelch a compiler warning.Guy Harris1-1/+1
2010-02-27From Alexis La Goutte:Jaap Keuter1-121/+111
2010-02-27Constify.Guy Harris1-9/+7
2010-02-16Do SVN #31896 in a (somewhat) better way.Bill Meier1-4/+6
2010-02-16Properly specify the IKE2 Decryption table default Encryption & Integrity Alg...Bill Meier1-2/+2
2010-02-09these two guys are actually range-strings and not value-stringRonnie Sahlberg1-3/+3
2010-02-09Initialize sub_cfg_attr_type_tree.Anders Broman1-1/+1
2010-02-09From Alexis La Goutte:Anders Broman1-206/+742
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-10/+10
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+6
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-10/+10
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-25/+22
2009-10-18Removed unused argument in v2_attrval2str().Stig Bjørlykke1-5/+4
2009-10-16Oops: #include <stdio.h> *is* required .....Bill Meier1-0/+1
2009-10-16#include <stdio.h> not req'd; Fix some typos in text strings;Bill Meier1-311/+321
2009-10-16Use GSlice instead of GMemChunks for GLib >= 2.10. Fixes a memory leak.Bill Meier1-3/+37
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
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-08-06Get it compiling when HAVE_LIBGCRYPT is not defined.Michael Tüxen1-2/+17
2009-08-06Fix compilation warnings in a few dissectors and try moving them to theGerald Combs1-1/+1
2009-07-29From Neil Piercy:Jaap Keuter1-0/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2009-06-15Trivial warning fixes:Jörg Mayer1-1/+1
2009-05-19Ok, private_data is only saved if HAVE_LIBGCRYPT.Stig Bjørlykke1-2/+8
2009-05-19Move pd variables outside HAVE_LIBGCRYPT.Stig Bjørlykke1-2/+2
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-0/+9
2009-05-14Apply some of the patches from:Anders Broman1-3/+1
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1