aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2009-10-25From Jakub Zawadzki:Anders Broman46-366/+175
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-24From Mithun Roy:Jaap Keuter2-104/+337
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 Broman1-49/+1
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-20s/#if HAVE_KERBEROS/#ifdef HAVE_KERBEROS/Jeff Morriss1-136/+136
2009-10-20Another, more sensible, attempt to fix the Win64 build.Jeff Morriss1-1/+1
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-20From Matt Watchinski: OMRON-FINS dissectorBill Meier2-0/+3994
2009-10-19Adding RFC 2228 FTP replies.Jaap Keuter1-0/+15
2009-10-19From Jouni Malinen:Jaap Keuter1-12/+12
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-18new_octet_aligned_subset_bits(): call tvb_ensure_bytes_exist() beforeJeff Morriss1-60/+69
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-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
2009-10-17From Joe Eykholt:Jaap Keuter3-9/+93
2009-10-16Based on an issue presented in https://bugs.wireshark.org/bugzilla/show_bug.c...Jeff Morriss1-3/+19
2009-10-16Another Oops: #include <stdio.h> *is* required .....Bill Meier1-0/+2
2009-10-16fid_table never used: remove it (Fixes very minor memory leak).Bill Meier1-2/+0