summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-16I guess the order *doesn't* matter.Guy Harris1-4/+0
svn path=/trunk/; revision=53376
2013-11-16Fix previous commit + rename to bitswap.Jakub Zawadzki5-8/+7
svn path=/trunk/; revision=53375
2013-11-16Exporting/importing variables cause problems, so create function to do ↵Jakub Zawadzki5-17/+16
bitswaping. svn path=/trunk/; revision=53374
2013-11-16OK, does it matter in which order "extern" and "declspec" appear?Guy Harris1-0/+4
svn path=/trunk/; revision=53373
2013-11-16For *definitions* of external data items, we need to useGuy Harris1-2/+1
WS_DLL_PUBLIC_DEF. svn path=/trunk/; revision=53372
2013-11-16dissect operator tune status, reorder some definesMartin Kaiser1-7/+19
svn path=/trunk/; revision=53371
2013-11-16dissect extended event usageMartin Kaiser1-1/+9
svn path=/trunk/; revision=53370
2013-11-16interpret the flags for EIT p/f, EIT sch usageMartin Kaiser1-2/+23
svn path=/trunk/; revision=53369
2013-11-16Clear protocol column when the dissector is knownPascal Quantin1-1/+2
svn path=/trunk/; revision=53368
2013-11-16Put "GSM SIM" in protocol columnPascal Quantin1-0/+3
svn path=/trunk/; revision=53367
2013-11-16Fix epan_memmem() copyrights.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=53366
2013-11-16Move bitswap.[ch] from epan to wsutil.Jakub Zawadzki9-6/+6
svn path=/trunk/; revision=53365
2013-11-16Don't include <epan/bitswap.h> when not neededJakub Zawadzki2-2/+0
svn path=/trunk/; revision=53364
2013-11-16Remove svn:executable property from packet-finger.c packet-whois.cJakub Zawadzki2-0/+0
svn path=/trunk/; revision=53363
2013-11-16Add a basic finger dissector.Chris Maynard5-2/+228
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9432 svn path=/trunk/; revision=53362
2013-11-16Reformat some lines;Bill Meier2-71/+79
Tweak some whitespace. svn path=/trunk/; revision=53361
2013-11-16Create/use extended-value-strings to reference certain value-strings;Bill Meier1-1349/+1350
Constify a character array; Fix a typo in a coment; Tweak some whitespace; svn path=/trunk/; revision=53360
2013-11-16Constify a character array;Bill Meier1-184/+195
Add forward declarations for proto_register_...() & proto_reg_hand_off_...(); Remove a boilerpalte comment; Tweak some whitespace; Add editor modelines. svn path=/trunk/; revision=53359
2013-11-16Constify a character array;Bill Meier1-196/+260
'localize' some variables; Remove some unneeded initializers; Move proto_reg_handoff_...() to the end of the file as per convention; Add forward declarations for proto_register_...() & proto_reg_hand_off_...(); Reformat some long lines; Tweak some whitespace; Add editor modelines. svn path=/trunk/; revision=53358
2013-11-16Constify two character arrays;Bill Meier1-21/+38
'#if 0' variable 'set but never used' & related code; 'localize' some variables; Remove some unneeded initializers; Tweak some whitespace; Add editor modelines. svn path=/trunk/; revision=53357
2013-11-16Instead of installing a script named "utility-launcher" and renaming it,Gerald Combs2-1/+1
install a script named "wireshark". svn path=/trunk/; revision=53356
2013-11-16Change editor modelines to reflect actual indentation used in file (4 spaces);Bill Meier1-341/+342
Replace a few tabs with spaces; Fix some spelling in comments; Tweak some whitespace. svn path=/trunk/; revision=53355
2013-11-16Try reverting 01wireshark.xml to r53280.Gerald Combs1-38/+1
svn path=/trunk/; revision=53354
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki11-54/+43
svn path=/trunk/; revision=53353
2013-11-16Try removing XML headers.Gerald Combs2-2/+0
svn path=/trunk/; revision=53352
2013-11-15Make swaptab const.Jakub Zawadzki2-2/+4
svn path=/trunk/; revision=53351
2013-11-15Make wslua byte_to_str[] array of char[3] instead of pointers to char.Jakub Zawadzki1-1/+1
XXX, it should use byte_to_hex() from to_str.c svn path=/trunk/; revision=53350
2013-11-15Dissect USB Com Network Control Model requestsPascal Quantin2-9/+399
svn path=/trunk/; revision=53349
2013-11-15From Dirk Jagdmann: Make sure err_str is initialized.Gerald Combs1-1/+1
svn path=/trunk/; revision=53347
2013-11-151.11.1 → 1.11.2.Gerald Combs8-11/+16
svn path=/trunk/; revision=53346
2013-11-15Fix chopping when offset is 0. Fixes ↵Chris Maynard1-8/+8
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9422 svn path=/trunk/; revision=53345
2013-11-15Build 1.11.1.Gerald Combs1-4/+4
svn path=/trunk/; revision=53344
2013-11-15Reset data_out_file when we close it. Add comments and fixup whitespace.Gerald Combs2-9/+18
svn path=/trunk/; revision=53343
2013-11-15When we freeze the packet list disconnect its model.Gerald Combs2-2/+16
This matches the GTK+ behavior and keeps us from dissecting TCP packets out of order when we follow a TCP stream. svn path=/trunk/; revision=53342
2013-11-15Remove comment & defines for frame_data_sequence from cfile.hJakub Zawadzki1-13/+0
It's already in epan/frame_data_sequence.c and no-one else should use it. svn path=/trunk/; revision=53341
2013-11-15Apply the changes from r52506. Fixes bug 9044 for the Qt port.Gerald Combs1-79/+0
svn path=/trunk/; revision=53340
2013-11-15Updating a generated fileJörg Mayer1-7/+16
svn path=/trunk/; revision=53339
2013-11-15Remove some trailing whitespaceJörg Mayer1-2/+2
svn path=/trunk/; revision=53338
2013-11-15Try to fix [-Wmissing-prototypes]Anders Broman7-1/+9
svn path=/trunk/; revision=53337
2013-11-15To quote GCC, "uninitialized const 'zeroes' is invalid in C++". I guessGuy Harris1-1/+1
that must be true, and that there's a reason why it's invalid.... svn path=/trunk/; revision=53336
2013-11-15Add a "to do" item.Gerald Combs1-0/+4
svn path=/trunk/; revision=53335
2013-11-15Create/use value_string_ext to reference a value-string-array.Bill Meier1-4/+5
Define an array as const. svn path=/trunk/; revision=53334
2013-11-14Add changes since 1.11.0.Gerald Combs1-0/+10
svn path=/trunk/; revision=53333
2013-11-14Let's try putting the 'const' in the right place...Bill Meier1-1/+1
svn path=/trunk/; revision=53332
2013-11-14Update the guidelines a bit.Gerald Combs1-3/+13
svn path=/trunk/; revision=53331
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-177/+206
Define an array as const. Add editor modelines. Do some minor whitespace & formatting style changes. svn path=/trunk/; revision=53330
2013-11-14Revert some inadvertent changes from the last commit.Gerald Combs2-5/+7
svn path=/trunk/; revision=53329
2013-11-1464-bits: reorder fields in struct _protocol to remove padding.Jakub Zawadzki1-1/+1
This patch decrease size of _protocol structure from 64B to 56B svn path=/trunk/; revision=53328
2013-11-14Expand CHECK_DISPLAY_AS_X ('this macro looks like a hack') macro in ↵Jakub Zawadzki2-10/+5
packet-ieee80211.c, remove it. svn path=/trunk/; revision=53327
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs11-18/+75
Stream and Flow Graph hint statistics. svn path=/trunk/; revision=53326