aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-10-21... and emem_init isn't (it is called directly by reassemble_test).Jeff Morriss1-0/+1
2009-10-20ep_init_chunk() and se_init_chunk() are static.Guy Harris1-2/+0
2009-10-20s/#if HAVE_KERBEROS/#ifdef HAVE_KERBEROS/Jeff Morriss1-136/+136
2009-10-20Take a stab at adding a section on environment variables that affect *shark's...Jeff Morriss3-96/+213
2009-10-20Fix broken link.Guy Harris1-1/+1
2009-10-20Add emem_init() which initializes both the ep_ and se_ allocators; have allJeff Morriss4-34/+40
2009-10-20Make sure no one calls PROTO_ITEM_SET_*(proto_tree_add_*) by forcing a compil...Jeff Morriss1-2/+2
2009-10-20Don't call xx_init_chunk() in ep_free_all() and se_free_all() if we're notJeff Morriss1-9/+7
2009-10-20Update the Windows requirements section.Gerald Combs1-45/+56
2009-10-20Another, more sensible, attempt to fix the Win64 build.Jeff Morriss1-1/+1
2009-10-20Update the WinPcap installer to 4.1. The WinPcap installer now enablesGerald Combs5-44/+6
2009-10-20Set a mem_chunk to NULL after we destroy it. This should fix the SolarisGerald Combs1-0/+1
2009-10-20Initialize se_ memory, too (since it is used by the reassembly code). Reinde...Jeff Morriss1-23/+29
2009-10-20From Gerasimos Dimitriadis:Anders Broman1-8/+48
2009-10-20Try to get it compiling on Win64Jeff Morriss1-3/+3
2009-10-20Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...Jeff Morriss1-9/+17
2009-10-20From Jakub Zawadzki:Stig Bjørlykke1-2/+6
2009-10-20Extern declare hf_nt_cs_len and hf_nt_cs_size.Stig Bjørlykke1-2/+2
2009-10-20Removed some redundant prototypes and some shadowed variables.Stig Bjørlykke1-8/+3
2009-10-20From Matthieu PatouRonnie Sahlberg5-275/+1872
2009-10-20Removed some unused prototypes.Stig Bjørlykke4-4/+0
2009-10-20Fix higlight the correct hex value and add a value_string.Anders Broman1-12/+28
2009-10-20From Gerasimos Dimitriadis:Anders Broman1-189/+244
2009-10-20Updated decoding of GMM Cause to V8.6.0, i.e. added cause code 0x19 - "Not au...Anders Broman1-65/+75
2009-10-20Add packet-omron-fins.cJörg Mayer1-0/+1
2009-10-20From Matt Watchinski: OMRON-FINS dissectorBill Meier3-1/+4000
2009-10-19From Jakub Zawadzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4...Jeff Morriss1-204/+254
2009-10-19Adding RFC 2228 FTP replies.Jaap Keuter1-0/+15
2009-10-19From Jouni Malinen:Jaap Keuter1-12/+12
2009-10-19Make it actually work with glib < 2.10Jeff Morriss1-0/+6
2009-10-19Made some functions static.Stig Bjørlykke2-2/+3
2009-10-19Removed redundant redeclaration of optind.Stig Bjørlykke1-1/+0
2009-10-19Removed redundant redeclaration of delete_avpl().Stig Bjørlykke1-6/+0
2009-10-19Renamed tvb_new -> new_tvb to avoid name collision.Stig Bjørlykke2-23/+23
2009-10-19Made some functions static.Stig Bjørlykke3-6/+6
2009-10-19Use unsigned int for flags to avoid another warning.Stig Bjørlykke1-1/+1
2009-10-19Added cast to (void *) for pointers used in printf format %p.Stig Bjørlykke1-17/+17
2009-10-19Various code cleanup:Stig Bjørlykke1-68/+117
2009-10-18Neither num_registers nor max_registers in a dfilter_t are everGuy Harris2-3/+3
2009-10-18new_octet_aligned_subset_bits(): call tvb_ensure_bytes_exist() beforeJeff Morriss1-60/+69
2009-10-18Fixed a data type and removed a shadowed variable.Stig Bjørlykke1-3/+1
2009-10-18Fixed data type for a buffer.Stig Bjørlykke1-2/+2
2009-10-18Fixed data type for asciibuf.Stig Bjørlykke1-2/+2
2009-10-18Make it build on glib < 2.10.Stig Bjørlykke1-1/+1
2009-10-18Removed unused argument in v2_attrval2str().Stig Bjørlykke1-5/+4
2009-10-18Remove a shadowed variable.Stig Bjørlykke1-2/+0
2009-10-18Use %f for double in printf.Stig Bjørlykke1-1/+1
2009-10-18Use correct type for udp port preference.Stig Bjørlykke1-1/+1
2009-10-18Use %f for double in printf.Stig Bjørlykke1-3/+3
2009-10-18Don't se_alloc() the conversation structure which contains pointers to twoJeff Morriss2-44/+56