aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-11-12Use python comments in python code.Stig Bjørlykke1-1/+1
2010-11-12Getting wrong addr_type from the packet is not a dissector bug.Stig Bjørlykke1-2/+0
2010-11-11Update from IANA records.Anders Broman1-29/+32
2010-11-11Use value_string_ext.Anders Broman3-28/+41
2010-11-11Use value_string_ext.Anders Broman1-28/+34
2010-11-11Fix indentation.Anders Broman1-32/+33
2010-11-11From Andrew Feren:Anders Broman1-143/+131
2010-11-10follow up commit 34838 (get rid of packet-vlan.?Jörg Mayer1-1/+0
2010-11-10Resolve bug #2254: Migrate the 802.1q VLAN dissector into the Ethernet II.Stephen Fisher7-259/+102
2010-11-10Convert host name to UTF8 before displaying to info column or in tree.Chris Maynard1-4/+12
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 Combs1-31/+422
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-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-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 Broman1-6/+6
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-08Update to 3GPP TS 29.002 V9.3.0 (2010-09)Anders Broman1-55/+141
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier6-771/+788
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-08Use value_string_ext for RTP payload types.Anders Broman4-42/+193
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-06Get the Windows build going again.Anders Broman1-1/+1
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier12-4528/+4690
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-05(Trivial) Whitespace cleanup.Bill Meier1-101/+101
2010-11-05Initialize dummy_me to avoid garbage or undefined values.Stig Bjørlykke1-97/+99
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-05Fixed a printf modifier to remove a warning from clang.Stig Bjørlykke1-2/+2
2010-11-05From Pascal Quantin:Anders Broman1-1/+4
2010-11-04Use value_string_ext fcns to access certain value_string arrays;Bill Meier4-191/+217
2010-11-04Prevent false related packet information, which may be missing or ignored.Jaap Keuter1-1/+1
2010-11-04Multi-byte fields are big-endian, so fixed hf_cotp_vp_[src|dst]_tsap_bytes.Chris Maynard1-18/+20
2010-11-04Support empty column titles.Stig Bjørlykke1-7/+0
2010-11-04Removed unused assignments.Stig Bjørlykke1-4/+4
2010-11-04Added check for valid pointers.Stig Bjørlykke1-2/+2
2010-11-04Corrected some pointer types to avoid warnings from clang.Stig Bjørlykke1-2/+2
2010-11-04Corrected pointer types to avoid warnings from clang.Stig Bjørlykke3-3/+3
2010-11-04From Alexis La Goutte:Jaap Keuter1-2/+6