summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-16Reformat some lines;Bill Meier2-71/+79
2013-11-16Create/use extended-value-strings to reference certain value-strings;Bill Meier1-1349/+1350
2013-11-16Constify a character array;Bill Meier1-184/+195
2013-11-16Constify a character array;Bill Meier1-196/+260
2013-11-16Constify two character arrays;Bill Meier1-21/+38
2013-11-16Instead of installing a script named "utility-launcher" and renaming it,Gerald Combs2-1/+1
2013-11-16Change editor modelines to reflect actual indentation used in file (4 spaces);Bill Meier1-341/+342
2013-11-16Try reverting 01wireshark.xml to r53280.Gerald Combs1-38/+1
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki11-54/+43
2013-11-16Try removing XML headers.Gerald Combs2-2/+0
2013-11-15Make swaptab const.Jakub Zawadzki2-2/+4
2013-11-15Make wslua byte_to_str[] array of char[3] instead of pointers to char.Jakub Zawadzki1-1/+1
2013-11-15Dissect USB Com Network Control Model requestsPascal Quantin2-9/+399
2013-11-15From Dirk Jagdmann: Make sure err_str is initialized.Gerald Combs1-1/+1
2013-11-151.11.1 → 1.11.2.Gerald Combs8-11/+16
2013-11-15Fix chopping when offset is 0. Fixes https://bugs.wireshark.org/bugzilla/sho...Chris Maynard1-8/+8
2013-11-15Build 1.11.1.Gerald Combs1-4/+4
2013-11-15Reset data_out_file when we close it. Add comments and fixup whitespace.Gerald Combs2-9/+18
2013-11-15When we freeze the packet list disconnect its model.Gerald Combs2-2/+16
2013-11-15Remove comment & defines for frame_data_sequence from cfile.hJakub Zawadzki1-13/+0
2013-11-15Apply the changes from r52506. Fixes bug 9044 for the Qt port.Gerald Combs1-79/+0
2013-11-15Updating a generated fileJörg Mayer1-7/+16
2013-11-15Remove some trailing whitespaceJörg Mayer1-2/+2
2013-11-15Try to fix [-Wmissing-prototypes]Anders Broman7-1/+9
2013-11-15To quote GCC, "uninitialized const 'zeroes' is invalid in C++". I guessGuy Harris1-1/+1
2013-11-15Add a "to do" item.Gerald Combs1-0/+4
2013-11-15Create/use value_string_ext to reference a value-string-array.Bill Meier1-4/+5
2013-11-14Add changes since 1.11.0.Gerald Combs1-0/+10
2013-11-14Let's try putting the 'const' in the right place...Bill Meier1-1/+1
2013-11-14Update the guidelines a bit.Gerald Combs1-3/+13
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-177/+206
2013-11-14Revert some inadvertent changes from the last commit.Gerald Combs2-5/+7
2013-11-1464-bits: reorder fields in struct _protocol to remove padding.Jakub Zawadzki1-1/+1
2013-11-14Expand CHECK_DISPLAY_AS_X ('this macro looks like a hack') macro in packet-ie...Jakub Zawadzki2-10/+5
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs11-18/+75
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-102/+119
2013-11-14Fix preprocessing logic.Gerald Combs1-2/+1
2013-11-14share Data Broadcast IDs between MPEG descriptor and DVB-CIMartin Kaiser3-2/+5
2013-11-14fix application capability handlingMartin Kaiser1-1/+2
2013-11-14add Data Broadcast ID for CI+ and HbbTVMartin Kaiser1-0/+2
2013-11-14dissect Operator Profile's delivery capability bytesMartin Kaiser1-1/+15
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-7/+23
2013-11-14Cast the return value of conversation_get_proto_data() to whois_transaction_t *.Chris Maynard1-1/+1
2013-11-14Add a basic whois dissector.Chris Maynard4-0/+227
2013-11-14Create/use value_string_ext for some value-string-arrays.Bill Meier1-569/+586
2013-11-14Fix automake compilation.Gerald Combs1-0/+1
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs15-50/+306
2013-11-14Add a cast to try and fix the OSX buildbot.Evan Huus1-1/+1
2013-11-14Fix dissection of MBIM Extended Functional Descriptor MTUPascal Quantin1-1/+1
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman37-4/+64