Method: Packet_List#sort_function

Defined in:
lib/Packet_List.rb

#sort_function(header_item_index) ⇒ Object

Get the sort for a given header index. The sort function has been supplied when calling #new. This is used from Packet_Item.



189
190
191
# File 'lib/Packet_List.rb', line 189

def sort_function(header_item_index)
  @conversions[header_item_index]
end