aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier17-484/+483
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier16-204/+202
2010-01-18Fix gcc -Wshadow warnings. Bill Meier1-15/+15
2010-01-18Use true_false_strings from tfs.c when possible;Bill Meier1-104/+56
2010-01-18Add expert info to unknown bitstring bits when having a named_bits table.Stig Bjørlykke1-2/+13
2010-01-18Use consistent indentation; Reformat a few hf[] array entries.Bill Meier1-971/+984
2010-01-17Get rid of check_col();Anders Broman4-97/+80
2010-01-17Dissector for HP encapsulated remote mirroring.Bill Meier2-0/+135
2010-01-17Get rid of check_col();Anders Broman6-188/+175
2010-01-17Get rid of check_col();Anders Broman7-175/+120
2010-01-17Update to version 9.1.0Anders Broman1-1038/+3707
2010-01-16Update URL in comments.Stephen Fisher1-1/+1
2010-01-16Use G_GSIZE_MODIFIER rather than casting to "gulong" and printing withGuy Harris1-2/+2
2010-01-16tvb_get_ntohl() doesn't return a long on any platform (it returns aGuy Harris1-1/+1
2010-01-15Show spare bits in decimal, not as booleans.Jeff Morriss1-2/+2
2010-01-15Change col_set_str() call to col_add_str() since the string being passedStig Bjørlykke1-1/+1
2010-01-15Changed val_to_str() to val_to_str_const() when used with col_set_str().Stig Bjørlykke1-1/+1
2010-01-15Change col_set_str() call to col_add_str() since the string being passedStig Bjørlykke1-1/+2
2010-01-15Get rid of check_col();Anders Broman1-73/+35
2010-01-15From Chris Costa:Anders Broman1-35/+24
2010-01-15From Didier Gautheron:Anders Broman1-15/+19
2010-01-14Fix for Bug 3747:Gerasimos Dimitriadis1-5/+5
2010-01-14Fix several buffer overflows found by babi babi. Replace a lot of manualGerald Combs1-284/+82
2010-01-13Remove redundant calls to check_col() in the .cnf files and regenerate.Anders Broman2-23/+16
2010-01-13Display correct chunk type for unknown chunks.Michael Tüxen1-3/+3
2010-01-13check_col.diffAnders Broman5-11/+11
2010-01-13From Didier Gautheron:Anders Broman1-5/+2
2010-01-13From Didier Gautheron:Anders Broman66-377/+163
2010-01-13Try to fix indentation sligtly.Anders Broman1-66/+67
2010-01-13From Didier Gautheron:Anders Broman22-700/+154
2010-01-13Try to fix a memory leak.Anders Broman1-0/+1
2010-01-13From Didier Gautheron:Anders Broman1-7/+8
2010-01-12Use a more correct length for hf_bssgp_ie_type and hf_bssgp_bvci,Stig Bjørlykke1-2/+2
2010-01-12From Gonzalo Casas:Anders Broman1-19/+75
2010-01-12Use g_snprintf()Anders Broman1-2/+2
2010-01-12Use snprintf() to pass checkAPIMartin Mathieson1-2/+2
2010-01-12Append to the SDU field only once (instead of for each byte!).Martin Mathieson1-2/+5
2010-01-12Update to RFC5035.Stig Bjørlykke2-48/+180
2010-01-12Update to RFC5652.Stig Bjørlykke2-40/+123
2010-01-12Update to RFC3369.Stig Bjørlykke2-56/+335
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"Anders Broman5-22/+19
2010-01-11Fix Bug 4183: "Wireshark can't decrypt WPA(2)-PSK when passphrase is 63 bytes".Bill Meier1-1/+1
2010-01-11From Benoit Sibaud:Jaap Keuter1-2/+20
2010-01-11Small cleanup in conformation file.Stig Bjørlykke1-2/+2
2010-01-11Update to X.511:08/2005.Stig Bjørlykke1-7/+74
2010-01-11Update to X.518:08/2005 to add DitBridgeKnowledge.Stig Bjørlykke2-4/+98
2010-01-11Add some missing DSEType's.Stig Bjørlykke1-0/+12
2010-01-11Add missing DEFAULT for UpdateMode.Stig Bjørlykke1-1/+1
2010-01-11From Hitoshi Irino:Anders Broman1-19/+49
2010-01-11From Gonzalo Casas:Anders Broman1-35/+80