aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-02-16Generate correct type (FT_OID) for "x420.compression_algorithm_id".Stig Bjørlykke1-1/+1
2011-02-16Make swap_mac_addr() take a pointer to a TVB and an offset rather thanJeff Morriss1-6/+6
2011-02-16Use tvb_ether_to_str()Jeff Morriss1-8/+8
2011-02-16Use tvb_ether_to_str().Jeff Morriss1-4/+2
2011-02-16Use tvb_ip_to_str() when it can eliminate a tvb_get_ptr() call.Jeff Morriss1-6/+2
2011-02-16Use tvb_ether_to_str() when it can eliminate a tvb_get_ptr() call.Jeff Morriss1-3/+1
2011-02-16Use tvb_ether_to_str()Jeff Morriss1-4/+4
2011-02-16Rename the _to_str() functions in this dissector to tvb_*_to_str() and makeJeff Morriss1-30/+20
2011-02-15Previously 1 byte TCP payload to port 2000 got interpreted as malformed SkinnyJörg Mayer1-0/+4
2011-02-15From Matthew Parris:Jaap Keuter1-4/+4
2011-02-14From Ania:Jaap Keuter1-47/+117
2011-02-14Make sure RTP conversations are created.Jaap Keuter1-2/+2
2011-02-14Put error messages and expert info for illegal UTCTime elements as aStig Bjørlykke1-18/+20
2011-02-13From Fulko Hew:Jaap Keuter1-0/+2
2011-02-13[Automatic manuf, services and enterprise-numbers update for 2011-02-13]Gerald Combs1-11/+191
2011-02-13Advance offsets in the "default" branch to avoid infinite loops.Anders Broman1-0/+6
2011-02-13Register BICC by name.Anders Broman1-0/+1
2011-02-13Update standard references.Anders Broman1-1/+3
2011-02-12Use the p2p_dir names for the direction values, and also listGuy Harris1-2/+3
2011-02-12Update dissection of Anders Broman1-25/+112
2011-02-12When generating the Info column, don't assume the direction is eitherGuy Harris1-14/+47
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris6-12/+96
2011-02-12Register an ett_ variable.Jeff Morriss1-0/+1
2011-02-12Remove an unused ett_ variable.Jeff Morriss1-6/+4
2011-02-11Register a bunch of ett_ variables.Jeff Morriss3-91/+104
2011-02-11Update 8.12 Indication IE to 3GPP TS 29.274 version 9.4.0 Release 9Anders Broman1-18/+56
2011-02-11Register a couple of ett_ variables.Jeff Morriss1-45/+49
2011-02-11Register a couple ett_ variables. Declare all the ett_ variables together.Jeff Morriss1-6/+7
2011-02-11Don't assume we're on port 631.Guy Harris1-1/+2
2011-02-11From Joe McEachern:Jaap Keuter1-0/+45
2011-02-11Register for the media type "application/ipp", so *any* HTTP request orGuy Harris1-0/+1
2011-02-11Rename arphrdaddr_to_str() to tvb_arphrdaddr_to_str() and make it take a poin...Jeff Morriss5-38/+24
2011-02-11Rename vines_to_str() to tvb_vines_to_str() and make it take a pointer a TVBJeff Morriss4-115/+113
2011-02-11Check for places where tvb_bytes_to_str() or tvb_get_bytes_to_str_punct()Jeff Morriss4-17/+10
2011-02-11Show subheaders summary in subheader root item.Martin Mathieson1-0/+13
2011-02-10Use tvb_ip_to_str() and tvb_ether_to_str().Jeff Morriss2-11/+9
2011-02-10Pass NULL as the value_ptr to proto_tree_add_bytes_format().Jeff Morriss1-14/+4
2011-02-10From Alexis La Goutte:Anders Broman1-102/+179
2011-02-10Declare ett's as gint, not guint.Chris Maynard2-2/+2
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss18-145/+127
2011-02-10Obtained from Thomas Dreibholz: Update SCTP PPIDs.Michael Tüxen7-18/+56
2011-02-10Added a dissector table for AttributeId localForm.Stig Bjørlykke1-30/+48
2011-02-10- Add message name to info col in case of SERVICE REQUEST.Anders Broman1-210/+209
2011-02-09Use tvb_bytes_to_str_punct() instead of a homegrown version.Jeff Morriss1-41/+2
2011-02-09Use tvb_bytes_to_str_punct() instead of bytestring_to_str(tvb_get_ptr(), ...)Jeff Morriss2-6/+6
2011-02-09Register ett_gtp_bcm.Jeff Morriss1-12/+13
2011-02-09From Grzegorz Szczytowski:Jaap Keuter1-10/+35
2011-02-09A couple of dissectors have/need an NTP-to-nstime routine, so put it inJeff Morriss4-70/+23
2011-02-09Rename ntp_fmt_ts() to tvb_ntp_fmt_ts() and make it take a pointer to a TVB andJeff Morriss3-5/+5
2011-02-09Rewrite this dissector's NTP-to-nstime routine to take a TVB and an offsetJeff Morriss1-7/+9