aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Disallow invalid char's in the filename passed to idl2wrs. Fixes bug 1129.Chris Maynard3-3/+22
2011-02-13From Fulko Hew:Jaap Keuter1-0/+2
2011-02-13[Automatic manuf, services and enterprise-numbers update for 2011-02-13]Gerald Combs2-22/+235
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 Harris8-16/+100
2011-02-12Cygwin 1.7 is much pickier about paths. Pass a POSIX path to bash.Gerald Combs1-1/+1
2011-02-12There is a better (and faster) way to see if all the members of one list areJeff Morriss1-24/+28
2011-02-12Register an ett_ variable.Jeff Morriss1-0/+1
2011-02-12Remove an unused ett_ variable.Jeff Morriss2-8/+4
2011-02-12Traditional GtkTooltips deprecated at GTK+ 2.14 (and removed in 3.0), soStephen Fisher2-0/+16
2011-02-11Add a function to verify that ett_ variables are registered (or at leastJeff Morriss1-3/+99
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-11Add a command line argument for the configure script of "--with-gtk3" toStephen Fisher2-0/+212
2011-02-11Remove #ifndef GSEAL_ENABLE hack to work-around the lack of an accessorStephen Fisher1-14/+1
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 Morriss5-20/+17
2011-02-11Oops, put a comma backJeff Morriss1-1/+1
2011-02-11Clean up indentationJeff Morriss1-378/+378
2011-02-11Show subheaders summary in subheader root item.Martin Mathieson1-0/+13
2011-02-10Document that proto_tree_add_bytes_format() andJeff Morriss1-0/+4
2011-02-10Add (commented-out for now) code to check certain function calls for embeddedJeff Morriss1-3/+44
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 Maynard3-3/+3
2011-02-10Add the rest of the changes from the patch in bug 5924. Squelches someGuy Harris1-94/+3
2011-02-10#ifdef → #ifndef.Gerald Combs1-1/+1
2011-02-10Mark a parameter unused if needed.Gerald Combs1-1/+5
2011-02-10Add some information based on a Tektronix manual whose name popped up inGuy Harris1-2/+57
2011-02-10Remove a bunch of prototypes in airpcap_dlg.h for functions which areGerald Combs2-584/+420
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ørlykke3-36/+70
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 Keuter2-11/+41