aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-30Fix description of -p input - show the packet data the same way it'sGuy Harris1-4/+10
2012-12-30Move profile deletion code from profile_dlg.c to profile.c. Add leftGerald Combs11-44/+216
2012-12-30[Automatic manuf, services and enterprise-numbers update for 2012-12-30]Gerald Combs2-1/+35
2012-12-30'-Wno-error=unused-but-set-variable' no longer required;Bill Meier1-1/+1
2012-12-30Use tvb_bcd_dig_to_ep_strAnders Broman1-27/+15
2012-12-30From Katrina Zhang:Pretify dissection if a dissector exists for the private e...Anders Broman1-6/+3
2012-12-30Treat *.ui files as *.xml: also set svn:keywords property.Jeff Morriss1-5/+1
2012-12-30Move 3 ASN1 dissectors to 'clean' group; move 1 PIDL dissector to 'dirty' group.Bill Meier1-4/+4
2012-12-29Move the PIE checks after the warning checks, to keep the warning checksGuy Harris1-23/+29
2012-12-29OK, try including <net/if.h> iff IFF_UP isn't already defined; see ifGuy Harris1-4/+11
2012-12-29Give some more details, as per the Web page cited as a reference.Guy Harris1-4/+27
2012-12-29Oops, one instance of "airopeekv9" that wasn't supposed to have beenGuy Harris1-1/+1
2012-12-29Add a cast to pacify MSVC.Evan Huus1-1/+2
2012-12-29Add a few consts to fix some compiler (GCC) errors.Bill Meier5-6/+7
2012-12-29Cosmetic: Add two blank lines for readability.Bill Meier1-0/+2
2012-12-29Replace another instance of emem in README.developer with wmem.Evan Huus2-3/+4
2012-12-29Implement wmem_strbuf_append_printf.Evan Huus2-7/+39
2012-12-29Add a vertical scrollbar to the summary dialog window.Bill Meier1-2/+8
2012-12-29Rename tcp.data -> tcp.segment_data and add a description field.Evan Huus1-7/+7
2012-12-29Upgrade NAS disssectors to v11.5.0Pascal Quantin4-40/+45
2012-12-29Show the current profile name. Fix the packet status.Gerald Combs3-5/+16
2012-12-29Fix distcheck.Gerald Combs1-0/+1
2012-12-29Add profile_dialog.Gerald Combs3-0/+11
2012-12-29Try to fix compilation on Windows.Gerald Combs1-0/+4
2012-12-29Profile switching works when we have a capture file open so go ahead andGerald Combs1-12/+12
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs20-284/+995
2012-12-28Minor fix when building with VS2012 (VC11):Bill Meier1-1/+3
2012-12-28Remove redundant SUBSYSTEM link option from link commands.Bill Meier1-11/+14
2012-12-28Fixes & comments for building Wireshark with VS2012 (VC11)Bill Meier1-4/+21
2012-12-28Update wmem documentation for the new allocator.Evan Huus2-1/+6
2012-12-28Add a strict allocator that does canaries and various other things, forEvan Huus6-1/+250
2012-12-28Add missing new dissectors to CMakeAlexis La Goutte1-0/+2
2012-12-28Tab => SpacesAlexis La Goutte1-3/+3
2012-12-28Fix [ 77%] Building C object CMakeFiles/qtshark.dir/iface_monitor.c.o iface_m...Alexis La Goutte1-1/+1
2012-12-28Fix [ 76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: I...Alexis La Goutte1-4/+4
2012-12-28Fix [76%] Building C object ui/CMakeFiles/ui.dir/profile.c.o ui/profile.c: In...Alexis La Goutte2-2/+2
2012-12-28Use the "if (file_gets(...) == NULL) { fail }" style, as used elsewhere.Guy Harris1-13/+12
2012-12-28Always check the return value of read_new_line().Guy Harris1-20/+28
2012-12-27Make the alignment amount for the wmem block allocator into a #defineEvan Huus1-4/+12
2012-12-27Errors take precedence over EOF; use file_error() after operations thatGuy Harris8-229/+166
2012-12-27Pre-declare just the enum, and not the typedef to avoid redefinition warnings.Evan Huus1-3/+3
2012-12-27Add documentation about the environment variable.Evan Huus1-0/+6
2012-12-27Change the format of the environment variable slightly to allow overridingEvan Huus2-8/+20
2012-12-27Update wmem docs to include new type field.Evan Huus1-3/+11
2012-12-27Store the type of each wmem allocator.Evan Huus2-4/+17
2012-12-27Add full modelines and minor whitespace fixes.Evan Huus1-3/+8
2012-12-27Remove an unused variable.Gerald Combs1-2/+1
2012-12-27Make sure our loops terminate.Gerald Combs1-1/+5
2012-12-27Add initial support forMichael Tüxen2-0/+238
2012-12-27Move common profile code to ui/profile.[ch].Gerald Combs5-335/+494