summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Don't include epan/filesystem.h any moreJörg Mayer1-1/+0
2013-11-17add a cast to fix compiler warningMartin Kaiser1-1/+1
2013-11-17Fix the number of highlighted bytes in case of unaligned PER constrained integerPascal Quantin1-1/+1
2013-11-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9442 :Pascal Quantin1-24/+26
2013-11-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9435 :Pascal Quantin1-1/+2
2013-11-17[Automatic manuf, services and enterprise-numbers update for 2013-11-17]Gerald Combs2-1/+44
2013-11-17From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-10/+33
2013-11-17From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-3/+3
2013-11-17Fix indent (2 spaces) and remove trailing whitespaceAlexis La Goutte1-44/+44
2013-11-17From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-0/+2
2013-11-17Fix indent (use tabs)Alexis La Goutte1-121/+120
2013-11-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-2/+28
2013-11-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-7/+32
2013-11-17Add extern C if cplusplus (when use with Qt) Add Modelines (and fix indent us...Alexis La Goutte2-52/+94
2013-11-17use explicit casts to fix compilation on OS XMartin Kaiser1-5/+5
2013-11-17From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-15/+30
2013-11-17add Kyoto Tycoon to the list of new protocolsMartin Kaiser1-0/+1
2013-11-17From Abhik Sarkar:Martin Kaiser4-0/+804
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin34-597/+612
2013-11-17strncat() bad, g_strlcat() good.Guy Harris1-5/+6
2013-11-17Clean up indentation.Guy Harris1-2/+2
2013-11-17Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].Guy Harris5-21/+20
2013-11-17We just use g_get_tmp_dir() to get the temporary file directory whenGuy Harris1-3/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris100-104/+114
2013-11-16I guess the order *doesn't* matter.Guy Harris1-4/+0
2013-11-16Fix previous commit + rename to bitswap.Jakub Zawadzki5-8/+7
2013-11-16Exporting/importing variables cause problems, so create function to do bitswa...Jakub Zawadzki5-17/+16
2013-11-16OK, does it matter in which order "extern" and "declspec" appear?Guy Harris1-0/+4
2013-11-16For *definitions* of external data items, we need to useGuy Harris1-2/+1
2013-11-16dissect operator tune status, reorder some definesMartin Kaiser1-7/+19
2013-11-16dissect extended event usageMartin Kaiser1-1/+9
2013-11-16interpret the flags for EIT p/f, EIT sch usageMartin Kaiser1-2/+23
2013-11-16Clear protocol column when the dissector is knownPascal Quantin1-1/+2
2013-11-16Put "GSM SIM" in protocol columnPascal Quantin1-0/+3
2013-11-16Fix epan_memmem() copyrights.Jakub Zawadzki1-1/+1
2013-11-16Move bitswap.[ch] from epan to wsutil.Jakub Zawadzki9-6/+6
2013-11-16Don't include <epan/bitswap.h> when not neededJakub Zawadzki2-2/+0
2013-11-16Remove svn:executable property from packet-finger.c packet-whois.cJakub Zawadzki2-0/+0
2013-11-16Add a basic finger dissector.Chris Maynard5-2/+228
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