aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-10-25From Jakub Zawadzki:Anders Broman49-388/+183
2009-10-25From Marton Nemeth via bug 4163:Stig Bjørlykke1-5/+11
2009-10-25From Gerasimos Dimitriadis:Anders Broman1-6/+0
2009-10-24No point passing a global pointer as a function argument.Stig Bjørlykke1-18/+18
2009-10-24From Robert Simac via bug 3470:Stig Bjørlykke1-0/+125
2009-10-24Load lua scripts from subdirectories in the plugins folders.Stig Bjørlykke1-21/+20
2009-10-24From Mithun Roy:Jaap Keuter2-104/+337
2009-10-23Add a comment about using memcpy for scrubbing.Gerald Combs1-0/+5
2009-10-23Added init_wslua.hStig Bjørlykke1-0/+1
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke7-26/+145
2009-10-23dissect_udp_bundle(): check if dissect_payload_header() orJeff Morriss1-7/+11
2009-10-23Forgot to remove IA5_7BIT_decode(unsigned char * dest, const unsigned char* s...Anders Broman1-3/+0
2009-10-23From Gerasimos Dimitriadis:Anders Broman3-7/+89
2009-10-23Move IA5_7BIT_decode to strutil.cAnders Broman3-49/+58
2009-10-22Expert error if (non-padded) PDU is shorter than reported.Martin Mathieson1-4/+15
2009-10-22More long BSR fixes.Martin Mathieson1-20/+20
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