aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-08-10Use ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE) to guard canary code...Kovarththanan Rajaratnam1-12/+18
2009-08-10Fix the build.Gerald Combs1-1/+1
2009-08-10Ivan Sy <ivan_jr@yahoo.com> via bug 3814Jörg Mayer1-9/+29
2009-08-09Add unsigned int typecastKovarththanan Rajaratnam1-1/+1
2009-08-09g_error() requires a string literal.Kovarththanan Rajaratnam1-6/+6
2009-08-09Split common parts of ep_free_all and se_free_all into emem_free_all.Kovarththanan Rajaratnam1-74/+48
2009-08-09Split common parts of se_alloc and ep_alloc into emem_alloc.Kovarththanan Rajaratnam1-117/+61
2009-08-09Use PITEM_FINFO.Kovarththanan Rajaratnam1-6/+6
2009-08-09Use PTREE_FINFO.Kovarththanan Rajaratnam1-6/+6
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam6-18/+21
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam2-5/+8
2009-08-09g_error() if registering a subtree item type already registered (or not initi...Bill Meier1-1/+9
2009-08-09[Automatic manuf and enterprise-numbers update for 2009-08-09]Gerald Combs1-18/+186
2009-08-09Don't use DISSECTOR_ASSERT to check source/destination address type.Kovarththanan Rajaratnam1-2/+15
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam54-188/+60
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam126-741/+225
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam191-507/+255
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam16-112/+56
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam77-384/+181
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam12-32/+16
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam378-1015/+511
2009-08-09Don't use DISSECTOR_ASSERT() to check a packet's content. Fixes bugGuy Harris1-6/+18
2009-08-08Make sure that we pass on the same set of parameters to asn2wrs.py on Unix/Wi...Kovarththanan Rajaratnam1-1/+1
2009-08-08From Ivan Sy:Jaap Keuter1-0/+3
2009-08-08If we have a format error, don't try adding something to theGerald Combs1-8/+11
2009-08-07From Matt P via bug 3774:Gerald Combs1-14/+30
2009-08-07* Tue May 26 2009 cmorve69@yahoo.esJörg Mayer1-1/+3
2009-08-07- Add rfc number comments on not-yet-decoded optionsJörg Mayer1-17/+24
2009-08-07Clean up the last two DIRTY_DISSECTOR_SRC entries.Gerald Combs4-34/+24
2009-08-06Fix some individual cases of 'if (unsigned) < 0'Bill Meier4-10/+10
2009-08-06'if (curr_len <= 0)' won't work as desired when curr_len is declared as unsig...Bill Meier1-20/+28
2009-08-06Those items are 32 bits or longer, so the cast should be safe; add anGuy Harris1-2/+2
2009-08-06packet-sctp.c seems to be clean (at least it is on Mac OS X).Michael Tüxen1-2/+2
2009-08-06Get it compiling when HAVE_LIBGCRYPT is not defined.Michael Tüxen1-2/+17
2009-08-06Fix some indentation and spacingBill Meier1-127/+127
2009-08-06Fix compilation warnings in a few dissectors and try moving them to theGerald Combs5-14/+14
2009-08-06Prevent possible (benign ?) array references with an array index of -1.Bill Meier1-4/+8
2009-08-06Remove inadvertantly committed comments re issue yet to be fixed ...Bill Meier1-4/+4
2009-08-06Register ett[] subtree array only once.Bill Meier1-2/+2
2009-08-06Register ett[] subtree array only once.Bill Meier1-8/+7
2009-08-05Convert a GString to an ep_strbuf_t (and squelch a static analysisGerald Combs1-8/+6
2009-08-05From Gerasimos Dimitriadis:Jaap Keuter1-6/+17
2009-08-05Fix for bug 3811:Jaap Keuter1-0/+6
2009-08-05From Ivan Sy:Jaap Keuter1-1/+21
2009-08-05Show power headroom report inside its own subtree.Martin Mathieson1-9/+37
2009-08-05Fix for bug 3806:Jaap Keuter1-5/+10
2009-08-05Add a couple of pointer checks.Gerald Combs1-1/+5
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter8-564/+564
2009-08-04Fix benign double subtree registration of an ett_... variable.Bill Meier1-1/+0
2009-08-04Initialize several ett_... variables to -1Bill Meier2-4/+4