aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26Note that we might want to look at some other themes, to see if any areGuy Harris1-0/+20
more like OS X (especially more like Leopard). svn path=/trunk/; revision=29567
2009-08-26From Didier Gautheron:Anders Broman5-38/+50
expert info clean up, https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3948 svn path=/trunk/; revision=29566
2009-08-26From dragonlinux AT gmail.com: Fix incorrect location of a right brace;Bill Meier1-1/+3
svn path=/trunk/; revision=29565
2009-08-26export t38_add_address, prefer destination port for T.38 conversation searchingTomas Kukosa3-6/+7
svn path=/trunk/; revision=29564
2009-08-26Fix some indentationBill Meier1-5/+5
svn path=/trunk/; revision=29563
2009-08-26Make UL grant size a (generated) field of its own (for easier use as a ↵Martin Mathieson1-1/+17
custom column or IO graph filter). svn path=/trunk/; revision=29562
2009-08-26From Thierry Andry via bug 3941:Stig Bjørlykke1-1/+4
Added preference to set radius request TTL. svn path=/trunk/; revision=29561
2009-08-26Reorder so that mandatory requirements appear in successionKovarththanan Rajaratnam1-20/+22
svn path=/trunk/; revision=29560
2009-08-26win-iconv is statically linked as part of Glib >= 2.14.5, so remove it from ↵Kovarththanan Rajaratnam1-16/+0
config.nmake svn path=/trunk/; revision=29559
2009-08-26From dragonlinux:Anders Broman2-0/+8
Add QNX OS VER 6's qnet ethernet protocol number. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3934 svn path=/trunk/; revision=29558
2009-08-26Make it possible to close and reactivate the window.Anders Broman1-0/+5
svn path=/trunk/; revision=29557
2009-08-26From swapnil:Anders Broman1-222/+131
Bug in Traffic Aggregate Description (TAD) IE in Packet-gtpv2.c fixed. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3940 svn path=/trunk/; revision=29556
2009-08-26Add missing prototype ....Bill Meier1-0/+3
svn path=/trunk/; revision=29555
2009-08-25Rework code slightly to prevent several GCC "breaking strict-aliasing rules" ↵Bill Meier1-3/+11
warnings svn path=/trunk/; revision=29554
2009-08-25Add missing semicolon.Martin Mathieson1-1/+1
svn path=/trunk/; revision=29553
2009-08-25Init two struct members so gcc 4.1.4 doesn't complain about "may be used ↵Bill Meier1-2/+4
uninitialized"; Also: use gboolean for a true/false variable. svn path=/trunk/; revision=29552
2009-08-25From Didier Gautheron:Anders Broman5-53/+219
move custom col set from proto_tree_set_xxx() to epan_dissect_fill_in_columns(). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3930 I'v added the new functions to the .h files. svn path=/trunk/; revision=29551
2009-08-25Add more information to the comments at the top of the files we generate.Gerald Combs1-2/+20
svn path=/trunk/; revision=29550
2009-08-25From Mike Morrin:Anders Broman1-7/+5
Minor errors in gsm rr dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3889 Modified accoring to comments from Pascal Quantin(I hope I got it right). svn path=/trunk/; revision=29549
2009-08-25Show CRC errors for RARs.Martin Mathieson2-7/+6
svn path=/trunk/; revision=29548
2009-08-25Note in dlist[] that COL_BSSGP_TLLI is deprecated.Guy Harris1-1/+1
svn path=/trunk/; revision=29547
2009-08-25 Custom columnfication:Anders Broman4-3/+3
* Deprecate COL_BSSGP_TLLI (GPRS BSSGP IE TLLI). Use bssgp.tlli svn path=/trunk/; revision=29546
2009-08-25Fix another typo.Guy Harris1-1/+1
svn path=/trunk/; revision=29545
2009-08-24Fix typo.Guy Harris1-1/+1
svn path=/trunk/; revision=29544
2009-08-24Make it possible to use bssgp.tlli as custom column.Anders Broman1-36/+15
Remove COL_BSSGP_TLLI and CHECK_COL. svn path=/trunk/; revision=29543
2009-08-24From Didier Gautheron:Anders Broman1-4/+32
Speed up expert info composite. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3935 svn path=/trunk/; revision=29542
2009-08-24Use our own version of gdk_color_to_string if GTK < 2.12Anders Broman2-1/+32
svn path=/trunk/; revision=29541
2009-08-24We no longer need the "ascending arrow" and "descending arrow" imagesGuy Harris1-349/+340
for clists, as we're not using a clist. Clean up white space, and use C89 comments rather than C99/C++ comments. svn path=/trunk/; revision=29540
2009-08-24Use list_store isf deprecated clist.Anders Broman3-181/+200
Try to optimize expert_comp_table. svn path=/trunk/; revision=29539
2009-08-24Remove unneeded #includes; Clean up indentation; Comment a few "closing braces".Bill Meier1-1757/+1761
svn path=/trunk/; revision=29538
2009-08-24Rework code slightly to prevent a GCC 'breaking strict-aliasing rules' warningBill Meier1-2/+9
svn path=/trunk/; revision=29537
2009-08-24packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in ↵Anders Broman1-1/+1
this function svn path=/trunk/; revision=29536
2009-08-24From: : " Michael"Anders Broman1-0/+10
packet-tcp marks a row as unwritable if there is more than 1 PDU in a packet to prevent overwriting of the protocol column. However this breaks the proto,colinfo tap which checks rows are writable or dies EVEN if it doesn't alter anything. Suggested patch attached to restore the initial value after all PDUs have been processed. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3675 svn path=/trunk/; revision=29535
2009-08-24Expert info for undecoded Q.932 and H.450 operationsTomas Kukosa7-10/+41
svn path=/trunk/; revision=29534
2009-08-24From Ivan Sy via bug 3931:Stig Bjørlykke2-0/+5
Added ND Proxy Flag for IPv6 RA flag. svn path=/trunk/; revision=29533
2009-08-23Rework code slightly to prevent a GCC 'strict-aliasing' warning.Bill Meier1-4/+11
svn path=/trunk/; revision=29532
2009-08-23From kahou:Jaap Keuter4-4/+202
Add Fibre Channel Delimiter Dissector for Fibre Channel FC2. svn path=/trunk/; revision=29531
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam3-9/+10
* Expert Info / Expert Info Composite requires a full protocol tree. * Delay tree NULL pointer check in bootp dissector svn path=/trunk/; revision=29530
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam2-4/+8
* Don't use g_string_chunk_clear(). It is only defined if GLib >= 2.14 From me: * Whitespace fixes svn path=/trunk/; revision=29529
2009-08-23From Ivan Sy:Jaap Keuter1-2/+4
Per RFC 3810 - Multicast Listener Discovery Version 2 (MLDv2) for IPv6, Add Number of Sources. Also to show Record Type's numeric value and not just its equivalent. Cleaned up presentation and included record number as well. svn path=/trunk/; revision=29528
2009-08-23[Automatic manuf and enterprise-numbers update for 2009-08-23]Gerald Combs2-7/+231
svn path=/trunk/; revision=29525
2009-08-23Custom columnfication:Kovarththanan Rajaratnam4-15/+2
* Deprecate COL_DELTA_CONV_TIME (Delta time (conversation)). Use tcp.time_delta svn path=/trunk/; revision=29524
2009-08-23Custom columnfication:Kovarththanan Rajaratnam7-16/+7
* Deprecate COL_REL_CONV_TIME (Relative time (conversation)). Use tcp.time_relative svn path=/trunk/; revision=29523
2009-08-23Custom columnfication:Kovarththanan Rajaratnam6-11/+5
* Deprecate COL_FR_DLCI (Frame Relay DLCI). Use fr.dlci svn path=/trunk/; revision=29522
2009-08-23Avoid signed/unsigned comparisonKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29521
2009-08-23Update list of PPIDs.Michael Tüxen2-22/+40
This fixes bug 3928. svn path=/trunk/; revision=29520
2009-08-23#if 0 col_set_circuit_id(). It isn't being usedKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29519
2009-08-23Custom columfication:Kovarththanan Rajaratnam4-6/+2
* Deprecate COL_DSCP_VALUE (IP DSCP Value). Use ip.dsfield svn path=/trunk/; revision=29518
2009-08-23Custom columfication:Kovarththanan Rajaratnam7-15/+5
* Deprecate COL_HPUX_DEVID (HP-UX Device ID). Use nettl.devid svn path=/trunk/; revision=29517
2009-08-23Custom columfication:Kovarththanan Rajaratnam7-10/+5
* Deprecate COL_HPUX_SUBSYS (HP-UX Nettl Subsystem). Use nettl.subsys svn path=/trunk/; revision=29516