aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15Use a larger LZMA dictionary.Gerald Combs2-0/+2
svn path=/trunk/; revision=48328
2013-03-15There doesn't appear to be a clean, portable way to run FOP underGerald Combs2-2/+6
Cygwin. Try using dblatex for AsciiDoc → PDF conversion. svn path=/trunk/; revision=48327
2013-03-15Comment out lines used for testing.Gerald Combs1-3/+3
svn path=/trunk/; revision=48326
2013-03-15Use the correct inline macro form for the ws-buglink and cve-idlinkGerald Combs2-18/+22
macros. Add an optional bug text attribute to ws-buglink. svn path=/trunk/; revision=48325
2013-03-15Fix the leaking of packet comments, i.e. the rest ofEvan Huus6-17/+34
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7530 The frame_data_cleanup function was ambiguous; it was being used for two different purposes, and did neither of them quite properly. Split it instead into frame_data_reset and frame_data_destroy, and call the correct one depending on why we were originally calling frame_data_cleanup. svn path=/trunk/; revision=48324
2013-03-15Revert warning that seems to have been accidentally included in r48319.Evan Huus1-2/+0
svn path=/trunk/; revision=48323
2013-03-15Add asn2deb idl2deb to distBalint Reczey1-0/+2
svn path=/trunk/; revision=48322
2013-03-15Get release note conversion working on Windows.Gerald Combs3-15/+37
svn path=/trunk/; revision=48321
2013-03-15Add -W option to valgrind script that just runs the gui without any captureEvan Huus1-1/+4
files. svn path=/trunk/; revision=48320
2013-03-15[-Wmissing-prototypes]Anders Broman13-31/+58
Use explicit casts. svn path=/trunk/; revision=48319
2013-03-15From beroset:Anders Broman1-23/+23
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48318
2013-03-15Make the default port zero.Anders Broman1-11/+17
svn path=/trunk/; revision=48317
2013-03-15Update Lua BitOp to version 1.0.2Stig Bjørlykke1-13/+15
svn path=/trunk/; revision=48316
2013-03-15Add missing Asciidoc configuration.Gerald Combs1-0/+32
svn path=/trunk/; revision=48315
2013-03-15Build easy codec plugin as a DLLBalint Reczey1-0/+4
This fixes compilation on Windows. From Gisle Vanem <gvanem@broadpark.no> with a minor change by me. svn path=/trunk/; revision=48314
2013-03-15[-Wmissing-prototypes]Anders Broman22-21/+80
Use explicit casts. svn path=/trunk/; revision=48313
2013-03-15From beroset:Anders Broman1-24/+24
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48312
2013-03-15From beroset:Anders Broman2-44/+44
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48311
2013-03-15[-Wmissing-prototypes]Anders Broman5-1/+10
explicit casts. svn path=/trunk/; revision=48310
2013-03-15Add the new release notes.Gerald Combs1-0/+114
svn path=/trunk/; revision=48309
2013-03-15Bugfix Decryption Key Management dialog, bug 8446 ↵Michael Mann5-111/+75
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8446) Needed to convert use of old IEEE802.11 preference strings to UAT. Since UAT is self-contained within its own file, the entire preference file doesn't need to be rewritten/saved when UAT values are changed. svn path=/trunk/; revision=48308
2013-03-15Switch to Asciidoc for the release notes. The initial conversion fromGerald Combs5-96/+94
Docbook was done using Pandoc and cleaned up by hand. Add an asciidoc.conf which contains macros for linking to Wireshark bugs and CVE IDs. Remove the release-notes.chm target. I don't think we ever used it and we're probably better off generating PDF or HTML if we need something fancier than plain text. In configure.ac, consolidate program path discovery a bit and add a2x discovery. svn path=/trunk/; revision=48307
2013-03-14From Tyson Key:Jaap Keuter1-4/+41
I have just finished slightly refactoring part of the PN532 dissector's with InListPassiveTarget Response handler, to resolve some issues where ISO 14443-A UIDs of various lengths in the aforementioned packet types are incorrectly dissected. The patch also introduces basic support for identifying, and dissecting InListPassiveTarget Responses from cards/tokens with variable-length Answer To Select (ATS) payloads, such as contactless EMV payment smartcards. svn path=/trunk/; revision=48306
2013-03-14From beroset:Anders Broman1-24/+24
remove C++ incompatibilities from packet-catapult-dct2000.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48305
2013-03-14Remove the tool string if all you do is free it in the end.Jaap Keuter1-16/+0
svn path=/trunk/; revision=48304
2013-03-14[-Wmissing-prototypes]Anders Broman2-26/+29
explicit casts. svn path=/trunk/; revision=48302
2013-03-14from Katrina Zhang:Anders Broman1-27/+148
According to the latest TS29.274 -- adding 4 IE support: H(e)NB Information Reporting[165]; IPv4 Configuration Parameters (IP4CP)[166]; Change to Report Flags[167]; Action Indication[168] -- cause values of IE(Cause) svn path=/trunk/; revision=48301
2013-03-14from Katrina Zhang:Anders Broman1-2/+10
Adding Bit 5 support of AVP(IDR-Flags) svn path=/trunk/; revision=48300
2013-03-14From beroset:Anders Broman4-86/+86
patch to remove C++ incompatibilities from packet-lmp.c renamed class to lmp_class remove C++ incompatibilities from packet-rcpap.c renamed class to inst_class (instruction class). remove C++ incompatibilities from emem.c and oids.c remove C++ incompatibilities from packet-radius.c remove C++ incompatibilities from packet-enip.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48299
2013-03-14SuSE's suse_update_desktop_file macro BuildRequires update-desktop-files.Jeff Morriss1-0/+7
svn path=/trunk/; revision=48298
2013-03-14Change "4 space tabs" indentation to use "4 spaces" indentation.Bill Meier13-5397/+5401
Also: - remove some unneeded initializers; - remove several unneeded 'col_clear()' calls; - guint8 --> guint to prevent a possible overflow; - reformat for style in some cases. svn path=/trunk/; revision=48297
2013-03-14Set correct item lengths. They cannot all be until end of buffer.Stig Bjørlykke1-0/+23
svn path=/trunk/; revision=48296
2013-03-14Use pragma diagnostic also when compiling with clang.Stig Bjørlykke1-0/+11
svn path=/trunk/; revision=48295
2013-03-14Fixed an indent to avoid a warning: for loop has empty body [-Wempty-body]Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=48294
2013-03-14[-Wmissing-prototypes]Anders Broman14-6/+39
explicit casts. svn path=/trunk/; revision=48293
2013-03-14From Weston SchmidtMartin Kaiser1-7/+7
fix DSM-CC CRC calculation https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8466 svn path=/trunk/; revision=48292
2013-03-14From beroset:Anders Broman1-31/+31
remove C++ incompatibilities from gcp.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48291
2013-03-14From beroset:Anders Broman1-35/+35
changed implicit casts to explicit casts and changed name of field from new to new_d (new dissector) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48290
2013-03-14From beroset:Anders Broman2-19/+19
made implicit casts explicit and changed a number of fields and function return values from base_display_e to unsigned because the enum was not a comprehensive list of all possible values https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48289
2013-03-14From beroset:Anders Broman1-31/+31
changed implicit casts to explicit and substituted se_new for se_alloc https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48288
2013-03-14From beroset:Anders Broman1-36/+37
converted implicit casts to explicit casts, moved nested structure definition outside, and changed se_alloc to se_new. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48287
2013-03-14From beroset:Anders Broman2-8/+8
changed implicit casts to explicit casts and corrected one erroneous cast (from void* to void**) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48286
2013-03-13dissect more descriptors in the AITMartin Kaiser1-17/+220
svn path=/trunk/; revision=48285
2013-03-13actx is used, remove _U_Martin Kaiser1-1/+1
svn path=/trunk/; revision=48284
2013-03-13 add missing NULL checkMartin Kaiser1-1/+1
http://www.wireshark.org/download/automated/analysis/scan-build-2013-03-12-1/report-q1cLLC.html#EndPath svn path=/trunk/; revision=48283
2013-03-13- [-Wmissing-prototypes]Anders Broman22-26/+74
- explicit casts. svn path=/trunk/; revision=48282
2013-03-13gtk_widget_set_vexpand() is only for GTK3.Bill Meier3-0/+6
svn path=/trunk/; revision=48281
2013-03-13Certain prefs window contents should not be centered vertically in GTK3.Bill Meier3-14/+43
(Fix: prevent vertical expand/fill of grid widget in certain cases). (This stuff in GTK3 about "parents inheriting expand/fill properties from children" is driving me crazy). svn path=/trunk/; revision=48280
2013-03-13Fix compilation under Linux ../../../ui/gtk/prefs_capture.c: In function ↵Alexis La Goutte1-3/+1
‘ifopts_write_new_pmode’: ../../../ui/gtk/prefs_capture.c:2055:18: error: variable ‘all_pmode’ set but not used [-Werror=unused-but-set-variable] svn path=/trunk/; revision=48279
2013-03-13Remove unused bgp_route_refresh structAlexis La Goutte1-11/+0
svn path=/trunk/; revision=48278