aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-10-22Fix issues with long BSR format, and attach expert info for non-zero RAR TA t...Martin Mathieson1-6/+19
2009-10-22From Greg Schwendimann:Jaap Keuter1-0/+77
2009-10-22From Gerasimos Dimitriadis:Anders Broman3-115/+101
2009-10-21Remove non-ASCII charactersJeff Morriss1-193/+193
2009-10-21From Gerasimos Dimitriadis:Anders Broman2-59/+71
2009-10-21From Joe Eykholt:Jaap Keuter1-0/+97
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-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-20Another, more sensible, attempt to fix the Win64 build.Jeff Morriss1-1/+1
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-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-20From Matthieu PatouRonnie Sahlberg4-274/+1871
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 Meier2-0/+3994
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-19Use unsigned int for flags to avoid another warning.Stig Bjørlykke1-1/+1
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-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 Morriss1-23/+29
2009-10-18Made some functions static.Stig Bjørlykke1-2/+2
2009-10-18dcerpc_fragment_key_copy(): don't se_alloc() the key:Jeff Morriss1-1/+7
2009-10-18[Automatic manuf and enterprise-numbers update for 2009-10-18]Gerald Combs1-1/+177
2009-10-18Fix an off-by-one error (<= instead of <) that caused the dissector toJeff Morriss1-1/+1
2009-10-18From Kip McAtee:Jaap Keuter1-7/+17
2009-10-18From Jouni Malinen:Jaap Keuter1-0/+68
2009-10-17Fix memory leak: re-init defragmentation tables each time a capture file is (...Bill Meier1-9/+11
2009-10-17From Marton Nemeth:Stig Bjørlykke1-0/+2