summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Removed colorfilters for infiniband, as this dissector is not available whenStig Bjørlykke1-4/+0
2008-11-06Fixed a check button text.Stig Bjørlykke1-1/+1
2008-11-06Added TCP segment reassembly.Stig Bjørlykke1-23/+81
2008-11-06Indicate T.125 payload in the info column.Stig Bjørlykke2-3/+9
2008-11-06Add a missing space in a tooltip.Stig Bjørlykke1-1/+1
2008-11-05From Pascal Quantin:Anders Broman3-90/+119
2008-11-05Regenerated .c files for asn1 changes commited in SVN #26703Bill Meier3-7/+12
2008-11-05Don't register to SCTP port 0: use dissector_add_handle insteadBill Meier3-4/+9
2008-11-05Fix a trivial typoBill Meier1-1/+1
2008-11-05Made rpcap heuristic.Stig Bjørlykke1-40/+130
2008-11-05fix double free bug caused by Lua GC after opening and closing Lua console Balint Reczey2-57/+112
2008-11-05From Evan Black:Jaap Keuter1-17/+78
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier26-723/+652
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier6-438/+430
2008-11-04Move find_dissector (2x) to fcn called by proto_reg_hand_off in other dissectorsBill Meier1-6/+10
2008-11-04Move prefs processing from registered init fcn to proto_reg_handoff fcnBill Meier1-47/+33
2008-11-04prefs.h & conversation.h not req'd; data_handle not usedBill Meier1-1/+0
2008-11-04Minor cleanup mostly related to proto_reg_handoffBill Meier17-103/+51
2008-11-04gcp_initailized --> gcp_initialized; localize sameBill Meier1-4/+5
2008-11-04Removed some unused variables and fixed some true_false_string's.Stig Bjørlykke1-5/+3
2008-11-04Mark the reduced frame number field as generated.Guy Harris1-2/+5
2008-11-04Update towards 48.008 8.4.0Anders Broman1-110/+518
2008-11-04From Pascal Quantin:Anders Broman2-107/+543
2008-11-04Changes in the "Capture Options" window:Stig Bjørlykke1-206/+348
2008-11-04From Ernst Oudhof:Jaap Keuter1-1/+9
2008-11-04From Didier Gautheron (bug 3032):Stig Bjørlykke1-7/+1
2008-11-03Show the "FN mod 62432" field; this is how you show a 64-bit integer.Guy Harris1-15/+11
2008-11-03Do not set buffer size for remote interfaces or when using default value.Stig Bjørlykke3-7/+10
2008-11-03From Pascal Quantin:Anders Broman2-241/+523
2008-11-03Do not use functions for remote capture on local interfaces.Stig Bjørlykke5-48/+63
2008-11-03From stéphane bryant:Anders Broman1-48/+33
2008-11-03Process port prefs only in prefs callback and not in registered init fcnBill Meier1-68/+52
2008-11-03Always show version in black.Stig Bjørlykke1-1/+1
2008-11-03new "sip.hdr" subdissector table for SIP Extension headersTomas Kukosa1-16/+34
2008-11-03Use correct type when printing remote_port.Stig Bjørlykke1-1/+1
2008-11-03gtk_tree_view_set_hover_selection only for gtk 2.6 and above.Stig Bjørlykke1-0/+2
2008-11-03From Michael McCartney:Jaap Keuter1-52/+37
2008-11-02Adjustments to the filter autocompletion window:Stig Bjørlykke1-46/+66
2008-11-02[Automatic manuf update for 2008-11-02]Gerald Combs1-2/+36
2008-11-02Fix minor typo in comment fieldStephen Fisher1-1/+1
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman91-2585/+2597
2008-11-01From Pascal Quantin:Anders Broman1-2/+2
2008-11-01From Pascal Quantin:Anders Broman1-2/+3
2008-11-01Update tabsize, re-group bitfield proto_tree functions, extend fieldinfo macr...Jaap Keuter1-90/+118
2008-11-01Fix the broken build.Jaap Keuter2-2/+3
2008-11-01Add Measurement result IE dissection, fix channel list.Anders Broman2-79/+173
2008-11-01Trying to call ExecWait on the Wireshark unistaller won't work, since it Gerald Combs1-10/+27
2008-10-31From Alexander Dupuy:Jaap Keuter1-73/+86
2008-10-31From David Aggeler:Jaap Keuter1-88/+156
2008-10-31On non-Windows systems, try /dev/random and, if it exists, use it,Guy Harris1-23/+53