aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isakmp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-11-02from Alexis La Goutte:etxrab1-50/+195
2010-10-10#include <string.h> apparently req'd on OSX ...wmeier1-0/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-6/+5
2010-09-23Use extended ipproto value_string (ipproto_val_ext).wmeier1-2/+2
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-4/+4
2010-04-29Make a variable a guint8* instead of a char* since it a) holds TVB data and b...morriss1-1/+1
2010-04-24Dissectors aren't allowed to call g_assert()morriss1-184/+184
2010-04-23From Alexis La Goutte:jake1-259/+613
2010-03-25From Alexis La Goutte:jake1-2/+131
2010-03-25From Alexis La Goutte:jake1-8/+88
2010-03-09Mark unused arguments.guy1-1598/+2299
2010-03-04From LEGO via bug 3459:stig1-0/+1
2010-02-28Added svn:ignore targets.stig1-123/+121
2010-02-27Constify.guy1-9/+7
2010-02-16Do SVN #31896 in a (somewhat) better way.wmeier1-4/+6
2010-02-16Properly specify the IKE2 Decryption table default Encryption & Integrity Alg...wmeier1-2/+2
2010-02-09these two guys are actually range-strings and not value-stringsahlberg1-3/+3
2010-02-09Initialize sub_cfg_attr_type_tree.etxrab1-1/+1
2010-02-09From Alexis La Goutte:etxrab1-206/+742
2010-02-06Renamed some reassembled data texts.stig1-10/+10
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+6
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-10/+10
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-25/+22
2009-10-18Removed unused argument in v2_attrval2str().stig1-5/+4
2009-10-16Oops: #include <stdio.h> *is* required .....wmeier1-0/+1
2009-10-16#include <stdio.h> not req'd; Fix some typos in text strings;wmeier1-311/+321
2009-10-16Use GSlice instead of GMemChunks for GLib >= 2.10. Fixes a memory leak.wmeier1-3/+37
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-06Get it compiling when HAVE_LIBGCRYPT is not defined.tuexen1-2/+17
2009-08-06Fix compilation warnings in a few dissectors and try moving them to thegerald1-1/+1
2009-07-29From Neil Piercy:jake1-0/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-10/+10
2009-06-15Trivial warning fixes:jmayer1-1/+1
2009-05-19Ok, private_data is only saved if HAVE_LIBGCRYPT.stig1-2/+8
2009-05-19Move pd variables outside HAVE_LIBGCRYPT.stig1-2/+2
2009-05-19From Artem Tamazov (bug 3472):stig1-0/+9
2009-05-14Apply some of the patches from:etxrab1-3/+1
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-04-20Fix build without HAVE_LIBGCRYPT.jake1-1/+3
2009-04-20From Naoyoshi Ueda:jake1-75/+579
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];wmeier1-3/+3
2008-12-19Back out r27047 and r27053.gerald1-1/+2
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-2/+1
2008-06-10From Alex Badea:etxrab1-79/+66
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-2/+2
2008-01-22Add another vendor idjmayer1-0/+5
2007-11-07Add VID VID_draft_ietf_ipsec_nat_t_ike_01, movejmayer1-5/+10