summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-10Fill up enums, whitespace changes.Anders Broman2-148/+159
2010-11-10Make value_string_ext for all AVP:s with enums.Anders Broman1-3/+16
2010-11-10[Automatic manuf, services and enterprise-numbers update for 2010-11-10]Gerald Combs2-34/+512
2010-11-10Make a more descriptive name for the per vendor avp value_string_ext.Anders Broman1-1/+1
2010-11-10Added hint about "TCP segmentation offload" when IP length == 0.Stig Bjørlykke1-5/+11
2010-11-09From Michael Wells: Fix "missing path seperator in config.nmake"Bill Meier1-1/+1
2010-11-09Fix a few typos in two value_string arrays ....Bill Meier1-4/+7
2010-11-09Fill th Q.850 tables.Anders Broman1-5/+108
2010-11-09Remove comments.Anders Broman1-2/+2
2010-11-09Add a value_string_ext.Anders Broman1-1/+3
2010-11-09Define unused AVP:s to make it possible to use value_string_ext forAnders Broman6-129/+1448
2010-11-09Bugfix from Irene Ruengeler to improve the TSN plot for SCTPMichael Tüxen1-2/+2
2010-11-09Python 2.7 is now the current Production version of Python.Bill Meier2-9/+9
2010-11-09Added check for valid finfo->ds_tvb in packet_hex_print(), as we do notStig Bjørlykke1-2/+2
2010-11-09Added an expert info for illegal integer length.Stig Bjørlykke1-1/+2
2010-11-09Removed calls to proto_item_set_expert_flags(), as this will be calledStig Bjørlykke1-49/+0
2010-11-09Use value_string_ext for gsm_a_rr_rxlev_vals.Anders Broman4-7/+10
2010-11-09Fixed typos.Chris Maynard1-17/+17
2010-11-09Fixed typos.Chris Maynard4-8/+8
2010-11-09Fixed typos.Chris Maynard1-14/+11
2010-11-08Update to 3GPP TS 29.002 V9.3.0 (2010-09)Anders Broman25-216/+341
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier8-773/+790
2010-11-08Remove two duplicate values from rtp_payload_type_short_vals value_string array.Bill Meier1-2/+0
2010-11-08Remove two duplicate entries from rtp_payload_type_vals array.Bill Meier1-2/+0
2010-11-08Tweek dns_types.Anders Broman1-5/+10
2010-11-08Fix gcc warning. (Sorry, but VS2008EE complains a LOT less.)Chris Maynard1-1/+1
2010-11-08Make maxlen a gsize instead of a guint.Chris Maynard1-1/+1
2010-11-08If svn not found, print "Unknown" revision message.Chris Maynard1-2/+2
2010-11-08Ensure strings are properly quoted for CSV output. Fixes bug 1297.Chris Maynard1-12/+30
2010-11-08Allow objects to be saved that otherwise couldn't be due to invalid charactersChris Maynard1-3/+90
2010-11-08Use value_string_ext for RTP payload types.Anders Broman8-46/+197
2010-11-07Make the changes from:Anders Broman3-4/+4
2010-11-07The PEN field is 32 bits.Gerald Combs1-1/+1
2010-11-06display the the PDU length as "cut short"if it crosses the boundary of the Anders Broman1-5/+17
2010-11-06Use guint16 after all, to avoid breaking the UDP framing protocol.Martin Mathieson2-3/+3
2010-11-06Try to fix by making both use guint8, rather than guint16.Martin Mathieson2-3/+3
2010-11-06From Alexander Koeppe:Anders Broman1-0/+2
2010-11-06Get the Windows build going again.Anders Broman1-1/+1
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier13-4549/+4704
2010-11-05Pass ueid + channel-info into PDCP dissector.Martin Mathieson4-3/+61
2010-11-05Show some reserved bits as hex, not decimal.Martin Mathieson1-1/+1
2010-11-05Bug fix: Running tshark with the following command will leave a temp file on ...Anders Broman1-1/+4
2010-11-05(Trivial) Whitespace cleanup.Bill Meier1-101/+101
2010-11-05Simply use %c for printing char.Stig Bjørlykke1-1/+1
2010-11-05Initialize dummy_me to avoid garbage or undefined values.Stig Bjørlykke2-97/+101
2010-11-05Put all code handling nwk_hints inside "if (nwk_hints)" to avoid possibleStig Bjørlykke1-20/+20
2010-11-05Initialize a variable to remove a warning from clang.Stig Bjørlykke1-1/+1
2010-11-05Corrected an if-statement in field_select_row_cb() where checking forStig Bjørlykke1-1/+1
2010-11-05Fixed a printf modifier to remove a warning from clang.Stig Bjørlykke2-3/+3
2010-11-05From Robert Bullen:Anders Broman1-39/+60