summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Capture Options Dialog: Update buttons for "Capture all in Prom. Mode" and "C...Irene RĂ¼ngeler1-4/+63
2012-12-11From zhang lei:Anders Broman1-2/+3
2012-12-11Only construct bit string if show internal per fields is set. Use tvb_get_bitsAnders Broman1-46/+9
2012-12-11Move ett and hf arrays into proto_register routine.Jeff Morriss1-3396/+3513
2012-12-10Change variable "devname" to "devicename" in numerous places to avoidStephen Fisher1-8/+8
2012-12-10Minor cleanup:Bill Meier1-19/+20
2012-12-10Minor cleanup:Bill Meier1-25/+26
2012-12-10For the record: add comments about some duplicate values in a value_string ar...Bill Meier1-23/+23
2012-12-10Re-generate value_string array for MIBenum mapping char set names from latest...Bill Meier5-476/+504
2012-12-10General cleanup:Bill Meier5-3140/+4181
2012-12-10It's just compiling, not linking, so we don't need to have the externalGuy Harris1-4/+5
2012-12-09Try to speed up decode_bits_in_field().Anders Broman1-12/+19
2012-12-09Add release number to UMTS and LTE RLCPascal Quantin2-2/+2
2012-12-09Copy paste error - RAC is one byte.Anders Broman1-1/+1
2012-12-09Fix dissection of Target Identification.Anders Broman1-0/+29
2012-12-09[Automatic manuf, services and enterprise-numbers update for 2012-12-09]Gerald Combs3-29/+202
2012-12-09Cast result of strlen() from size_t to int.Martin Mathieson1-1/+1
2012-12-09Similarly avoiding calling g_snprintf() in dissect_per_constrained_integer().Martin Mathieson1-1/+7
2012-12-09Speed up dissect_per_boolean() by avoiding call to ep_strdup_printf().Martin Mathieson1-14/+15
2012-12-09Put back the extra checks for -Wshadow; I guess I'll need to set up aGuy Harris1-1/+13
2012-12-09Force -Wshadow on - it wasn't included on the Ubuntu buildbot, so I wantGuy Harris1-13/+1
2012-12-09Add some additional arguments to AC_WIRESHARK_GCC_CFLAGS_CHECK() to makeGuy Harris2-12/+99
2012-12-08Put in a cast to silence a stupid MSVC warning.Evan Huus1-1/+4
2012-12-08Recommend wmem over emem in the READMEs where possible.Evan Huus3-20/+27
2012-12-08Convert IPv4 dissector to wmem - much bigger canarie in the coal mine, sinceEvan Huus1-10/+10
2012-12-08Convert the SMTP dissector and the frame_data manager from emem to wmem.Evan Huus2-5/+5
2012-12-08Fix uninitialized value error caught by valgrind.Evan Huus1-0/+2
2012-12-08Make sure the wmem block allocator returns aligned memory.Evan Huus1-0/+17
2012-12-08Convert '4 space tabs' to spaces;Bill Meier1-50/+50
2012-12-08Fix some compiler warnings under gcc.Evan Huus1-11/+22
2012-12-08Allow TShark to specify columns as fields with -e option (https://bugs.wiresh...Michael Mann4-33/+70
2012-12-08Bugfix FCP lun request/response tracking.Michael Mann3-32/+67
2012-12-07Update the User's Guide to 1.8Pascal Quantin3-3/+3
2012-12-07As requested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7735 :Jeff Morriss1-41/+41
2012-12-07removed a last if (tree) check in dissect_ftpdata()Martin Kaiser1-21/+19
2012-12-07EPRT parameters are mandatory, flag up an error if they're missingMartin Kaiser1-52/+52
2012-12-07Use a different border color on OS X.Gerald Combs2-0/+8
2012-12-07remove some more if (tree) checksMartin Kaiser1-23/+17
2012-12-07at one place, offset was incremented depending on if (tree)Martin Kaiser1-12/+10
2012-12-07dissect_ftp() start at the beginning of the tvbMartin Kaiser1-11/+10
2012-12-07remove some more unnecessary if (tree) checksMartin Kaiser1-47/+43
2012-12-07Set the height of the resize and apply buttons. Simplify some geometry.Gerald Combs1-2/+4
2012-12-07remove some unnecessary if (tree) checks in the ftp dissectorMartin Kaiser1-41/+25
2012-12-07Properly resize the bookmark button so that the image centers properly.Gerald Combs2-22/+16
2012-12-07mention mpeg2 ts in the list of supported file formatsMartin Kaiser1-0/+3
2012-12-07Add a context menu to the packet list and fill in theGerald Combs7-134/+244
2012-12-07Fix trivial typo.Chris Maynard1-1/+1
2012-12-07Bump revission.Anders Broman1-1/+1
2012-12-07Move a lot of common fuzz-test and randpkt-test code to its own fileGerald Combs4-169/+152
2012-12-07From hannes:Anders Broman1-1/+4