aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-04For each of the 3 ways to redistribute Visual C++ libraries, give themGuy Harris1-15/+21
tags from the "Redistributing Visual C++ libraries" section of the MSDN "Choosing a Deployment Method" page, and put them in the same order as the three methods mentioned on that page (which means swapping the second and third ways in the list, so "method 2" becomes "method 3" and "method 3" becomes "method 2". svn path=/trunk/; revision=45301
2012-10-03Include packet-range.h on Windows - file_dlg_win32.h usesGuy Harris1-0/+1
packet_range_t, which is defined in packet-range.h. svn path=/trunk/; revision=45300
2012-10-03Remove more obsolete _MSC_VER code.Gerald Combs1-151/+0
svn path=/trunk/; revision=45299
2012-10-03Fix compilation on Windows. Add back and fix function definitions,Gerald Combs2-6/+23
fix doxygen d ocumentation, other fixes. svn path=/trunk/; revision=45298
2012-10-03(Trivial): add some whitespace for readability.Bill Meier1-12/+12
svn path=/trunk/; revision=45297
2012-10-03Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs4-369/+248
shared "file_add_extension" routine. We no longer support _MSC_VER < 1400 so get rid of some clutter. Add a gzip checkbox to the Win32 export packets dialog. Windows code hasn't yet been tested (and is likely broken). I'll fix it shortly. svn path=/trunk/; revision=45296
2012-10-03Display the raw PFI next to the translated one (as a value string array ↵Pascal Quantin1-7/+8
would do) so as to reduce a bit confusion svn path=/trunk/; revision=45295
2012-10-03Add the command and arguments to the error file.Gerald Combs2-1/+4
svn path=/trunk/; revision=45294
2012-10-03Add a command-line option to control how large the reordering list canMartin Mathieson2-13/+62
become. The default is now 0 (infinite). svn path=/trunk/; revision=45293
2012-10-03capinfos needs libwsutil. Explicitely link against it.Jörg Mayer1-0/+1
svn path=/trunk/; revision=45292
2012-10-03Add manpages for reordercapJörg Mayer1-0/+4
svn path=/trunk/; revision=45291
2012-10-03Fix a spelling mistake.Martin Mathieson1-1/+1
svn path=/trunk/; revision=45290
2012-10-03Fix return code checking (hopefully).Gerald Combs2-2/+2
svn path=/trunk/; revision=45289
2012-10-03Trivial: use consistent indentation; reformat a long line.Bill Meier1-67/+70
svn path=/trunk/; revision=45288
2012-10-03(Trivial): update a comment.Bill Meier1-2/+2
svn path=/trunk/; revision=45287
2012-10-03*nix: Test return status of set*uid and related set*gid fcns for failure;Bill Meier1-8/+20
This fixes gcc compiler errors [-Werror=unused-result] caused by the recent addition of the "__wur" (warn_unused_result) attribute to the declarations of these functions in unistd.h. svn path=/trunk/; revision=45286
2012-10-03Also add the reordercap help files to CLEANFILES.Martin Mathieson1-0/+2
svn path=/trunk/; revision=45285
2012-10-03Add reordercap.pod to EXTRA_DISTJakub Zawadzki1-0/+1
svn path=/trunk/; revision=45284
2012-10-03Fix copy-paste bug.Jakub Zawadzki1-1/+1
it should also fix bulding error: Can't open ../../doc/reordercap.pod: No such file or directory at /usr/bin/pod2man line 60 svn path=/trunk/; revision=45283
2012-10-03Add a man page for reordercap.Martin Mathieson3-3/+89
svn path=/trunk/; revision=45282
2012-10-03When drawing an axis, only call cairo_stroke once all lines are drawn.Martin Mathieson1-8/+4
svn path=/trunk/; revision=45281
2012-10-03Submit Jacub's fix for bug 7771 (hanging while drawing graph types thatMartin Mathieson1-2/+11
involved ellipses). cairo_save/restore is nicer than cairo_create/destroy, and quite a bit quicker too. svn path=/trunk/; revision=45280
2012-10-03Oops, match opening and closing tags.Guy Harris1-1/+1
svn path=/trunk/; revision=45279
2012-10-03Get rid of the "Install MSVC the usual way" paragraph - the previousGuy Harris1-5/+2
paragraphs give more details on how to install, and the stuff about vcvars32.bat is given later, in more detail. While we're at it, fix another reference to vcvars32 to also refer to vcvarsall. svn path=/trunk/; revision=45278
2012-10-03Move the stuff about setting environment variables to the "setting upGuy Harris1-16/+17
cmd.exe" section. svn path=/trunk/; revision=45277
2012-10-03Redo the "set the environment variables" section to fill in all parts ofGuy Harris1-9/+18
the "32-bit vs. 64-bit build machine" vs. "32-bit vs. 64-bit target" matrix. Use the correct paths ("Visual Studio 10.0", not "Visual Studio 10" - an MSDN page uses the latter, but my virtual machine shows the former; add "(x86)" to "Program Files" on 64-bit machines, as the batch files are installed in 32-bitland). svn path=/trunk/; revision=45276
2012-10-038 columns now.Guy Harris1-1/+1
svn path=/trunk/; revision=45275
2012-10-03OK, more columns, so narrower?Guy Harris1-8/+8
svn path=/trunk/; revision=45274
2012-10-02Go figure. Something that's not on the top or bottom is in theGuy Harris1-10/+10
"middle", while something that's not on the left or right is in the "center". svn path=/trunk/; revision=45273
2012-10-02Have separate 32-bit and 64-bit rows in the table of compiler packages.Guy Harris1-20/+72
svn path=/trunk/; revision=45272
2012-10-02Adjust the size and location of the "Export Specified Packets" template.Gerald Combs1-27/+27
svn path=/trunk/; revision=45271
2012-10-02Fix indentation.Guy Harris1-2/+2
svn path=/trunk/; revision=45270
2012-10-02Get rid of the always-null and unused argument toGuy Harris4-9/+8
host_name_lookup_process(). If, in the future, we find that we need an argument for changes we're making, we can add it then. svn path=/trunk/; revision=45269
2012-10-02Fix a comment, add another comment, and fix indentation.Guy Harris1-6/+6
svn path=/trunk/; revision=45268
2012-10-02Use a value string array for EPS Bearer Identity and remove useless ↵Pascal Quantin1-22/+22
de_esm_lnkd_eps_bearer_id function svn path=/trunk/; revision=45267
2012-10-02The Packet Filter Identifier range is [1;16] according to 3GPP 27.007 ↵Pascal Quantin1-8/+10
chapter 10.1.3 svn path=/trunk/; revision=45266
2012-10-02Move the main window slots to main_window_slots.cpp.Gerald Combs7-692/+747
svn path=/trunk/; revision=45259
2012-10-02Test with the presence (-nVxr) and absence (-nr) of the tree. We nowGerald Combs2-11/+23
use an array of arguments so additional combinations can be added. svn path=/trunk/; revision=45258
2012-10-02Upgrade NAS EPS dissector to v11.4.0 (Release 11)Pascal Quantin3-16/+136
svn path=/trunk/; revision=45253
2012-10-02According to 3GPP 24.011, information element name is RP-Originator Address, ↵Pascal Quantin1-3/+3
not RP-Origination Address svn path=/trunk/; revision=45252
2012-10-02OK, ETSI has (not surprisingly) picked up 3GPP's values in later ETSI specs;Jeff Morriss1-6/+11
comment out the older, conflicting ETSI-specified values and use the more modern ones. Mark a couple of deprecated values as such (void). svn path=/trunk/; revision=45251
2012-10-02Add some Specific-Action enums from 29.214 v11.6.0.Jeff Morriss1-51/+53
Note a conflict here between 29.214 and the older ETSI spec for values 6 and 7. svn path=/trunk/; revision=45250
2012-10-02Fix hf_me (it is a 2 bits long field, not a boolean)Pascal Quantin1-1/+1
svn path=/trunk/; revision=45249
2012-10-01Don't bother setting a background gradient in the toolbar on Windows.Gerald Combs1-9/+0
svn path=/trunk/; revision=45246
2012-10-01Construct a proper directory URL.Gerald Combs1-1/+4
svn path=/trunk/; revision=45245
2012-10-01Add new fileset ui file to cmake build.Evan Huus1-0/+1
svn path=/trunk/; revision=45244
2012-10-01Implement file sets.Gerald Combs14-241/+510
Replace the original file set code with a UI form. Use more consistent file names. List the files using a QTreeWidget instead of a grid. fileset_is_file_in_set is only used in fileset.c so make it static. In main_window.cpp reduce our usage of the global cfile variable. svn path=/trunk/; revision=45243
2012-10-01Make protocol 5 octets long and cut down code clutter,Jaap Keuter1-12/+10
svn path=/trunk/; revision=45242
2012-10-01Widen the "Find text" dialog a bit so the entire title is visible.Chris Maynard1-0/+1
svn path=/trunk/; revision=45241
2012-10-01Add a window pointer so that we can figure out from whence we came.Gerald Combs3-16/+15
Bring the timestamp output more in line with ISO 8601. svn path=/trunk/; revision=45240