summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-17Don't include epan/filesystem.h any moreJörg Mayer1-1/+0
svn path=/trunk/; revision=53402
2013-11-17add a cast to fix compiler warningMartin Kaiser1-1/+1
svn path=/trunk/; revision=53401
2013-11-17Fix the number of highlighted bytes in case of unaligned PER constrained integerPascal Quantin1-1/+1
svn path=/trunk/; revision=53400
2013-11-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9442 :Pascal Quantin1-24/+26
DNP3 bug fix for analog data sign bit bandling svn path=/trunk/; revision=53399
2013-11-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9435 :Pascal Quantin1-1/+2
SEL Fast Message bug fix for signed 16-bit integer fast meter messages svn path=/trunk/; revision=53398
2013-11-17[Automatic manuf, services and enterprise-numbers update for 2013-11-17]Gerald Combs2-1/+44
svn path=/trunk/; revision=53395
2013-11-17From Peter Lemenkov via ↵Pascal Quantin1-10/+33
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9441 : Fix Notify IPv6 address parsing in RTPproxy dissector svn path=/trunk/; revision=53394
2013-11-17From Peter Lemenkov via ↵Pascal Quantin1-3/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9440 : RTPproxy: use proto_item_append_text instead of rewriting the entire item's text svn path=/trunk/; revision=53393
2013-11-17Fix indent (2 spaces) and remove trailing whitespaceAlexis La Goutte1-44/+44
svn path=/trunk/; revision=53392
2013-11-17From Peter Lemenkov via ↵Pascal Quantin1-0/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9430 : Fix empty ToTag in RTPproxy's Offer/Update command svn path=/trunk/; revision=53391
2013-11-17Fix indent (use tabs)Alexis La Goutte1-121/+120
svn path=/trunk/; revision=53390
2013-11-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-2/+28
svn path=/trunk/; revision=53389
2013-11-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-7/+32
svn path=/trunk/; revision=53388
2013-11-17Add extern C if cplusplus (when use with Qt) Add Modelines (and fix indent ↵Alexis La Goutte2-52/+94
use 4 spaces for oids.h) svn path=/trunk/; revision=53387
2013-11-17use explicit casts to fix compilation on OS XMartin Kaiser1-5/+5
svn path=/trunk/; revision=53386
2013-11-17From Peter Lemenkov via ↵Pascal Quantin1-15/+30
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9429 : Fix Notify info parsing in RTPproxy dissector svn path=/trunk/; revision=53385
2013-11-17add Kyoto Tycoon to the list of new protocolsMartin Kaiser1-0/+1
svn path=/trunk/; revision=53384
2013-11-17From Abhik Sarkar:Martin Kaiser4-0/+804
dissector for Kyoto Tycoon binary protocol from me: make port range preference work highlight the correct bytes for records remove trailing commas correct(?) 64->32 cast https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9418 svn path=/trunk/; revision=53383
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin34-597/+612
svn path=/trunk/; revision=53382
2013-11-17strncat() bad, g_strlcat() good.Guy Harris1-5/+6
svn path=/trunk/; revision=53381
2013-11-17Clean up indentation.Guy Harris1-2/+2
svn path=/trunk/; revision=53380
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris5-21/+20
svn path=/trunk/; revision=53379
2013-11-17We just use g_get_tmp_dir() to get the temporary file directory whenGuy Harris1-3/+1
creating temporary files, so use it to get the directory we show to the user. svn path=/trunk/; revision=53378
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris100-104/+114
packet dissection, they're specific to the entire Wireshark suite of programs. svn path=/trunk/; revision=53377
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