aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-11If the length is bogus in a message received from the sync pipe, dumpGuy Harris1-2/+3
out all 4 bytes we read, to provide more information about the message that was sent so it's easier to see if something was spewing extra output to the standard output or error in the child. svn path=/trunk/; revision=41489
2012-03-11Fix function name in debugging message.Guy Harris1-1/+1
svn path=/trunk/; revision=41488
2012-03-11Add a comments LEDAnders Broman1-1/+14
svn path=/trunk/; revision=41487
2012-03-11From Francesco Fondelli via ↵Alexis La Goutte6-310/+471
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6787 Move Y.1711 out of MPLS dissector ITU-T Y.1711 code was "embedded" into the MPLS dissector in 2006. This patch moves it into its own dissector. From me : Fix a Clang warning svn path=/trunk/; revision=41486
2012-03-11[Automatic manuf, services and enterprise-numbers update for 2012-03-11]Gerald Combs3-17/+188
svn path=/trunk/; revision=41483
2012-03-11Do not assign a value to itself.Stig Bjørlykke2-25/+17
svn path=/trunk/; revision=41482
2012-03-11Return a valid offset from process_app0_segment().Stig Bjørlykke1-0/+1
The return value is not used, but this removes a warning. svn path=/trunk/; revision=41481
2012-03-11Remove extraneous parentheses around some comparisons to silence a warning.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=41480
2012-03-11Free name string only when used.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=41479
2012-03-11Use _U_ for unused arguments.Stig Bjørlykke2-12/+12
svn path=/trunk/; revision=41478
2012-03-11capture_opts_add_opt() does just fine at adding an interface to theGuy Harris1-12/+1
capture options, so don't special-case the -i option. svn path=/trunk/; revision=41477
2012-03-10Reflect the rename of the Xylan RADIUS dictionary.Guy Harris1-1/+1
svn path=/trunk/; revision=41476
2012-03-10Fix QtShark build after the move of alert_box.c in ui folderAlexis La Goutte1-1/+1
svn path=/trunk/; revision=41475
2012-03-10Rename the Xylan dictionnary to Alcatel-Lucent Xylan dictionnaryAlexis La Goutte4-41/+41
Alcatel (now Alcatel-Lucent) buy Xylan in 1999... And now Attributs RADIUS is used in Alcatel-Lucent Omniswitch Product. svn path=/trunk/; revision=41474
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+1
svn path=/trunk/; revision=41473
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
svn path=/trunk/; revision=41472
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
svn path=/trunk/; revision=41471
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+8
svn path=/trunk/; revision=41470
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-90/+2
svn path=/trunk/; revision=41469
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+11
svn path=/trunk/; revision=41468
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-80/+99
svn path=/trunk/; revision=41467
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+1
svn path=/trunk/; revision=41466
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=41465
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+2
svn path=/trunk/; revision=41464
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+5
svn path=/trunk/; revision=41463
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
svn path=/trunk/; revision=41462
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=41461
2012-03-10Don't register the payload type unless it's in the dynamic rangeAnders Broman1-4/+4
svn path=/trunk/; revision=41460
2012-03-10From martijn: subdissectors for URB_INTERRUPT. ↵Anders Broman1-1/+37
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6929 svn path=/trunk/; revision=41459
2012-03-10From Steve Magnani: USB: centralize some common dissection code for class ↵Anders Broman2-60/+44
reuse. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6930 svn path=/trunk/; revision=41458
2012-03-10Replace 4-space tabs (and one 8-space tab, the only remaining tab in theGuy Harris1-8/+8
file after replacing the 4-space tabs) with spaces. svn path=/trunk/; revision=41457
2012-03-10Replace inconsistent tabs with spaces.Guy Harris1-58/+58
svn path=/trunk/; revision=41456
2012-03-10In pcapng.c use the units per second value from the interface instead ofGerald Combs4-86/+94
the default. Add support for reading nseclibpcap files to dumpcap. svn path=/trunk/; revision=41455
2012-03-09Forward interface_opts.descr (currently empty) when writing IDB:sAnders Broman1-2/+2
svn path=/trunk/; revision=41454
2012-03-09Fix up indentation (get rid of 4-space tabs).Jeff Morriss1-64/+64
svn path=/trunk/; revision=41453
2012-03-09Mark an unused parameter as such.Anders Broman1-1/+1
svn path=/trunk/; revision=41452
2012-03-09Make packet comments editable from the expert info tab.Anders Broman1-0/+10
svn path=/trunk/; revision=41451
2012-03-09From Sylvain Munaut:Anders Broman3-0/+189
packet-gmr1_dtap: Add dissector for GMR1 DTAP messages (Step 4(4)). Added to Cmalelists.txt and #if 0 zero lenght hf array which windows build did not like. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6921 svn path=/trunk/; revision=41450
2012-03-09From Sylvain Munaut:Anders Broman1-0/+7
packet-gsmtap: Call the GMR-1 CCCH dissector when appropriate (Step 3). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6921 svn path=/trunk/; revision=41449
2012-03-09From Sylvain Munaut:Anders Broman6-1/+2409
packet-gmr1_rr: Add dissector for GMR-1 RR elements and CCCH messages (Step 2). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6921 svn path=/trunk/; revision=41448
2012-03-09From Jose Pedro Oliveira:Anders Broman1-42/+43
pcapio.c: write IDB options in numeric order and corrects the IDB block_total_length. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6718 svn path=/trunk/; revision=41447
2012-03-09From Sylvain Munaut:Anders Broman6-0/+489
GMR-1: Add dissections for various GMR 04.08 elements (Step1). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6921 svn path=/trunk/; revision=41446
2012-03-09From Sylvain Munaut: gsm_a_common: ELEM_MAND_VV_SHORT doesn't support IEs of ↵Anders Broman2-10/+17
different types. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6924 svn path=/trunk/; revision=41445
2012-03-09From Jose Pedro Oliveira: Make dumpcap write the if_tsresol option (using ↵Anders Broman1-1/+1
the default value) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6718 svn path=/trunk/; revision=41444
2012-03-09From Jose Pedro Oliveira: Corrects several 'wdh->bytes_dumped += ...' lines. ↵Anders Broman1-5/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6718 svn path=/trunk/; revision=41443
2012-03-08Convert 4-space tabs to spaces.Guy Harris1-136/+136
svn path=/trunk/; revision=41442
2012-03-08Convert 4-space tabs to spaces.Guy Harris1-238/+238
svn path=/trunk/; revision=41441
2012-03-08Update the comment icons and tooltips.Gerald Combs5-274/+343
svn path=/trunk/; revision=41440
2012-03-08Set svn:keywords & svn:eol-style propertiesBill Meier0-0/+0
svn path=/trunk/; revision=41439
2012-03-08Remove duplicate copy of contents appended to the end of the file;Bill Meier1-315/+137
Fix $Id so it works: '$ID: $' ==> '$ID$'; Convert '4-space' tabs to spaces. svn path=/trunk/; revision=41438